Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R4B R4

Content Detailed Descriptions Mappings XML JSON

Example MedicationRequest/medrx0343b (Turtle)

Extension: instantiatesUri   Maturity Level : 1 URL for this extension: http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri Status: draft. Extension maintained by: Health Level Seven, Inc. - FHIR WG The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by the event or request resource. Comment : This may be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier. Context of Use: Use on Element ID Observation, Element ID DiagnosticReport, Element ID Media, Element ID Condition, Element ID SupplyDelivery, Element ID CommunicationRequest or Element ID SupplyRequest Extension Content
FHIR Infrastructure Responsible Owner: Pharmacy Work Group Standards Status : Informative Use Context Compartments : Any Encounter , Group , Patient , Practitioner

Summary Name Flags Card. Type Description & Constraints instantiatesUri 0..* uri Raw Turtle URL = http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri instantiatesUri: The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by the event or request resource. Use on Element ID Observation, Element ID DiagnosticReport, Element ID Media, Element ID Condition, Element ID SupplyDelivery, Element ID CommunicationRequest or Element ID SupplyRequest Documentation for this format (+ also see Turtle/RDF Format Specification Full Structure )

Name Flags Card. Type Description & Constraints extension 0..* Extension URL = http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri instantiatesUri: The URL pointing to an externally maintained protocol, guideline, orderset or other definition that

Request medication where there is adhered to in whole or in part by an option of the event or request resource. Use on Element ID Observation, Element ID DiagnosticReport, Element ID Media, Element ID Condition, Element ID SupplyDelivery, Element ID CommunicationRequest or Element ID SupplyRequest extension I 0..0 url 1..1 uri "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri" value[x] I 1..1 uri Value route of extension Documentation for this format XML Template administration - includes group identifier

<!-- instantiatesUri -->
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/MedicationRequest/medrx0343b> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medrx0343b"] ; # 
  fhir:contained ( [
     a fhir:Medication ;
     fhir:id [ fhir:v "med0343b" ] ;
     fhir:code [
       fhir:coding ( [
         a sct:782032003 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "782032003" ] ;
         fhir:display [ fhir:v "Product containing precisely ondansetron (as ondansetron hydrochloride) 2 milligram/1 milliliter conventional release solution for injection (clinical drug)" ]
       ] )
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:system [
       fhir:v "http://www.bmc.nl/portal/prescriptions"^^xsd:anyURI ;
       fhir:l <http://www.bmc.nl/portal/prescriptions>
     ] ;
     fhir:value [ fhir:v "98765" ]
  ] ) ; # 
  fhir:groupIdentifier [
     fhir:use [ fhir:v "official" ] ;
     fhir:system [
       fhir:v "http://www.bmc.nl/portal/prescriptions"^^xsd:anyURI ;
       fhir:l <http://www.bmc.nl/portal/prescriptions>
     ] ;
     fhir:value [ fhir:v "9898" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "option"] ; # 
  fhir:medication [
     fhir:reference [
       fhir:l <#med0343b> ;
       fhir:reference [ fhir:v "#med0343b" ] ;
       fhir:display [ fhir:v "Ondansetron 2mg/ml Injection" ]
     ]
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/Patient/pat1> ;
     fhir:reference [ fhir:v "Patient/pat1" ] ; #   Linked to the resource patient who needs the medication  
     fhir:display [ fhir:v "Donald Duck" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2015-01-15"^^xsd:date] ; # 
  fhir:requester [
     fhir:l <http://hl7.org/fhir/Practitioner/f007> ;
     fhir:reference [ fhir:v "Practitioner/f007" ] ; #   Linked to the practitioner who treats patient  
     fhir:display [ fhir:v "Patrick Pump" ]
  ] ; # 
  fhir:dosageInstruction [
     fhir:simple [
       fhir:text [ fhir:v "4mg IM twice daily as needed for nausea" ] ;
       fhir:timing [
         fhir:repeat [
           fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
           fhir:period [ fhir:v "1"^^xsd:decimal ] ;
           fhir:periodUnit [ fhir:v "d" ]
         ]
       ] ;
       fhir:asNeededFor ( [
         fhir:coding ( [
           a sct:16932000 ;
           fhir:system [
             fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
             fhir:l <http://snomed.info/sct>
           ] ;
           fhir:code [ fhir:v "16932000" ] ;
           fhir:display [ fhir:v "Nausea and Vomiting" ]
         ] )
       ] ) ;
       fhir:route [
         fhir:coding ( [
           a sct:78421000 ;
           fhir:system [
             fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
             fhir:l <http://snomed.info/sct>
           ] ;
           fhir:code [ fhir:v "78421000" ] ;
           fhir:display [ fhir:v "Intramuscular Route" ]
         ] )
       ] ;
       fhir:doseAndRate ( [
         fhir:dose [
           a fhir:Quantity ;
           fhir:value [ fhir:v "4"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "mg" ] ;
           fhir:system [
             fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
             fhir:l <http://unitsofmeasure.org>
           ] ;
           fhir:code [ fhir:v "mg" ]
         ]
       ] )
     ]
  ] . # 

<http://hl7.org/fhir/Patient/pat1> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/f007> a fhir:Practitioner .

# -------------------------------------------------------------------------------------



< xmlns="http://hl7.org/fhir"
     url="" >
  <!-- from Element: 
 <
</extension>
JSON
Template
  
{ // 
  // from Element: 
    " ]
    " 
    "
  }

Summary Name Flags Card. Type Description & Constraints instantiatesUri 0..* uri URL = http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri instantiatesUri: The URL pointing Usage note: every effort has been made to an externally maintained protocol, guideline, orderset or other definition ensure that is adhered to in whole or in part by the event or request resource. Use on Element ID Observation, Element ID DiagnosticReport, Element ID Media, Element ID Condition, Element ID SupplyDelivery, Element ID CommunicationRequest or Element ID SupplyRequest Documentation for this format Full Structure Name Flags Card. Type Description & Constraints extension 0..* Extension URL = http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri instantiatesUri: The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in examples are correct and useful, but they are not a normative part by the event or request resource. Use on Element ID Observation, Element ID DiagnosticReport, Element ID Media, Element ID Condition, Element ID SupplyDelivery, Element ID CommunicationRequest or Element ID SupplyRequest extension I 0..0 url 1..1 uri "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri" value[x] I 1..1 uri Value of extension Documentation for this format XML Template <!-- instantiatesUri --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < </extension> JSON Template { // // from Element: " ] " " }   Constraints the specification.

ele-1 : All FHIR elements must have a @value or children (xpath: @value|f:*|h:div ) ext-1 : Must have either extensions or value[x], not both (xpath: exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')]) ) ele-1 : On Extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension: @value|f:*|h:div ) ext-1 : On Extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension: exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")]) ) ele-1 : On Extension.value[x]: All FHIR elements must have a @value or children (xpath on Extension.value[x]: @value|f:*|h:div )