SD.1 StructureDefinition-ifr
Identifer Free Reference Data Type.md file
Conformance resource variables defined here
id = ifr
- index : a local id for the structure: {{site.data.structuredefinitions.[id].index}} = 0
- url : full canonical url for the structure: {{site.data.structuredefinitions.[id].url}} = http://www.fhir.org/guides/sampler2/StructureDefinition/ifr
- name : the name given for it: {{site.data.structuredefinitions.[id].name}} = Identifer Free Reference Data Type
- path : the path to it in the built html: {{site.data.structuredefinitions.[id].path}} = StructureDefinition-ifr.html
- kind : the kind (complex data type, resource, logical model): {{site.data.structuredefinitions.[id].kind}} = resource
- type : the base type: {{site.data.structuredefinitions.[id].type}} = Reference
- base : the url for structure definition from which it derives: {{site.data.structuredefinitions.[id].base}} = http://hl7.org/fhir/StructureDefinition/Reference
- basename : the name of the structure definition from which it derives: {{site.data.structuredefinitions.[id].basename}} = Reference
- basepath : the url to the structure definition from which it derives: {{site.data.structuredefinitions.[id].basepath}} = http://hl7.org/fhir/STU3/datatypes.html#Reference
- status : the status (draft, active, retired): {{site.data.structuredefinitions.[id].status}} = draft
- date : the date in the resource: {{site.data.structuredefinitions.[id].date}} = Fri Jun 02 00:00:00 PDT 2017
- publisher : the stated publisher: {{site.data.structuredefinitions.[id].publisher}} =
- copyright : the stated copyright for the resource: {{site.data.structuredefinitions.[id].copyright}} =
- description : the description for the resource: {{site.data.structuredefinitions.[id].description}} =
- contextType : the type of context associated with an extension structure definition: {{site.data.structuredefinitions.[id].contextType}} =
- contexts : an array of paths for each allowed context path for an extension: {{site.data.structuredefinitions.[id].contexts}} =
This is the introduction markdown file that gets inserted into the sd.html template.
This profile sets minimum expectations for blah blah blah
Mandatory Data Elements and Terminology
The following data-elements are mandatory (i.e data MUST be present). blah blah blah
must have:
- blah
- blah
- blah
Additional Profile specific implementation guidance:
Examples
SD.1.1 Formal Views of Profile Content
Description of Profiles, Differentials, and Snapshots.
The official URL for this profile is: http://www.fhir.org/guides/sampler2/StructureDefinition/ifr
Published on Fri Jun 02 00:00:00 PDT 2017 as a draft by .
This profile builds on Reference
Differential View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Reference | 0..* | |||
identifier | 0..0 | |||
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Reference | I | 0..* | A reference from one resource to another | |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
reference | ΣI | 0..1 | string | Literal reference, Relative, internal or absolute URL |
display | Σ | 0..1 | string | Text alternative for the resource |
Documentation for this format |
Downloads: StructureDefinition: (XML, JSON), Schema: XML Schematron
SD.1.2 Quick Start
Below is an overview of the required set of RESTful FHIR interactions - for example, search and read operations - for this profile. See the Conformance requirements for a complete list of supported RESTful interactions for this IG.
Template-basic-search.md file
This is the search markdown file that gets inserted into the sd.html Quick Start section for explanation of the search requirements.
GET /Basic?patient={id}
Example:
[example here]
Support: e.g. Mandatory for client to support search by patient. Optional for server to support.
Implementation Notes: blah blah blah
Response Class:
- (Status 200): successful operation
- (Status 400): invalid parameter
- (Status 401/4xx): unauthorized request
- (Status 403): insufficient scope