Clinical Quality Framework Common FHIR Assets (US-Based)
0.1.0 - CI Build United States of America (USA)

Clinical Quality Framework Common FHIR Assets (US-Based), published by Clinical Quality Framework. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cqf-us/ and changes regularly. See the Directory of published versions

: null (Bundle) - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "tests-UPPARF-example-bundle"] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "https://www.hl7.org/fhir/us/qicore/MedicationRequest-negation-example.html"^^xsd:anyURI ] ;
    ( fhir:resource <https://www.hl7.org/fhir/us/qicore/MedicationRequest-negation-example.html> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "MedicationRequest/negation-example"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Organization ;
fhir:id [ fhir:v "example" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>identifier</b>: ??</p><p><b>active</b>: true</p><p><b>type</b>: Organizational team <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/organization-type code 'team' = 'Organizational team', given as 'Organizational team'})</span></p><p><b>name</b>: Health Level Seven International</p><p><b>telecom</b>: ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, hq@HL7.org</p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Ann Arbor MI 48104 USA </p></div>"       ] ;
      ( fhir:identifier [
fhir:system [ fhir:v "http://hl7.org"^^xsd:anyURI ]       ] ) ;
fhir:active [ fhir:v "true"^^xsd:boolean ] ;
      ( fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "team" ] ;
fhir:display [ fhir:v "Organizational team" ]         ] )       ] ) ;
fhir:name [ fhir:v "Health Level Seven International" ] ;
      ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(+1) 734-677-7777" ]       ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "(+1) 734-677-6622" ]       ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ]       ] ) ;
      ( fhir:address [
        ( fhir:line [ fhir:v "3300 Washtenaw Avenue, Suite 227" ] ) ;
fhir:city [ fhir:v "Ann Arbor" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "48104" ] ;
fhir:country [ fhir:v "USA" ]       ] )     ] ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Organization/example"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://www.hl7.org/fhir/condition.html"^^xsd:anyURI ] ;
    ( fhir:resource <https://www.hl7.org/fhir/condition.html> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Condition/hypothyroidism"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Organization ;
fhir:id [ fhir:v "acme-lab" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: acme-lab</p><p><b>meta</b>: </p><p><b>identifier</b>: 1144221847, 12D4567890</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/organization-type code 'prov' = 'Healthcare Provider', given as 'Healthcare Provider'})</span></p><p><b>name</b>: Acme Labs</p><p><b>telecom</b>: ph: (+1) 734-677-7777, hq@acme.org</p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002 USA </p></div>"       ] ;
      ( fhir:identifier [
fhir:system [ fhir:v "http://hl7.org.fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1144221847" ]       ] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.7"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12D4567890" ]       ] ) ;
fhir:active [ fhir:v "true"^^xsd:boolean ] ;
      ( fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ]         ] )       ] ) ;
fhir:name [ fhir:v "Acme Labs" ] ;
      ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(+1) 734-677-7777" ]       ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@acme.org" ]       ] ) ;
      ( fhir:address [
        ( fhir:line [ fhir:v "3300 Washtenaw Avenue, Suite 227" ] ) ;
fhir:city [ fhir:v "Amherst" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01002" ] ;
fhir:country [ fhir:v "USA" ]       ] )     ] ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Organization/acme-lab"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Medication ;
fhir:id [ fhir:v "lisinopril" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: uscore-med1</p><p><b>meta</b>: </p><p><b>code</b>: lisinopril oral 10 mg <span style=\"background: LightGoldenRodYellow\">(Details : {RxNorm code '206765' = 'Prinivil 10 MG Oral Tablet', given as 'Lisinopril 10 MG Oral Tablet [Prinivil]'})</span></p></div>"       ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "206765" ] ;
fhir:display [ fhir:v "Lisinopril 10 MG Oral Tablet [Prinivil]" ]         ] ) ;
fhir:text [ fhir:v "lisinopril oral 10 mg" ]       ]     ] ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Medication/lisinopril"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://www.hl7.org/fhir/medicationrequest.html"^^xsd:anyURI ] ;
    ( fhir:resource <https://www.hl7.org/fhir/medicationrequest.html> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "MedicationRequest/reference-nizatidine2"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://build.fhir.org/condition.html"^^xsd:anyURI ] ;
    ( fhir:resource <https://build.fhir.org/condition.html> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Condition/medicationcosts"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Medication ;
fhir:id [ fhir:v "nizatidine" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: uscore-med2</p><p><b>meta</b>: </p><p><b>code</b>: Nizatidine 15 MG/ML Oral Solution [Axid] <span style=\"background: LightGoldenRodYellow\">(Details : {RxNorm code '582620' = 'Nizatidine 15 MG/ML Oral Solution [Axid]', given as 'Nizatidine 15 MG/ML Oral Solution [Axid]'})</span></p></div>"       ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "582620" ] ;
fhir:display [ fhir:v "Nizatidine 15 MG/ML Oral Solution [Axid]" ]         ] ) ;
fhir:text [ fhir:v "Nizatidine 15 MG/ML Oral Solution [Axid]" ]       ]     ] ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Medication/nizatidine"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Practitioner ;
fhir:id [ fhir:v "practitioner-1" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: practitioner-1</p><p><b>meta</b>: </p><p><b>identifier</b>: 9941339108, 25456</p><p><b>name</b>: Ronald Bone </p><p><b>address</b>: 1003 Healthcare Drive Amherst MA 01002 (HOME)</p></div>"       ] ;
      ( fhir:identifier [
fhir:system [ fhir:v "http://hl7.org.fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9941339108" ]       ] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.4"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1tg1556" ]       ] [
fhir:system [ fhir:v "http://www.acme.org/practitioners"^^xsd:anyURI ] ;
fhir:value [ fhir:v "25456" ]       ] ) ;
      ( fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Voigt" ] ;
        ( fhir:given [ fhir:v "Pieter" ] ) ;
        ( fhir:suffix [ fhir:v "MD" ] )       ] ) ;
      ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 123 645" ] ;
fhir:use [ fhir:v "mobile" ]       ] [
fhir:system [ fhir:v "pager" ] ;
fhir:value [ fhir:v "234325" ]       ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "(03) 123 654 234" ]       ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "example.practitioner@gmail.com" ]       ] ) ;
      ( fhir:address [
fhir:use [ fhir:v "home" ] ;
        ( fhir:line [ fhir:v "1003 Healthcare Drive" ] ) ;
fhir:city [ fhir:v "Amherst" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01002" ]       ] )     ] ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Practitioner/practitioner-1"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://www.hl7.org/fhir/coverage.html"^^xsd:anyURI ] ;
    ( fhir:resource <https://www.hl7.org/fhir/coverage.html> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Coverage/example"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://www.hl7.org/fhir/patient.html"^^xsd:anyURI ] ;
    ( fhir:resource <https://www.hl7.org/fhir/patient.html> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Patient/example"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://hl7.org/fhir/us/qicore/https://hl7.org/fhir/us/qicore/Condition-appendicitis-example.html"^^xsd:anyURI ] ;
    ( fhir:resource <https://hl7.org/fhir/us/qicore/https://hl7.org/fhir/us/qicore/Condition-appendicitis-example.html> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Condition/appendicitis-example"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://www.hl7.org/fhir/practitionerrole.html"^^xsd:anyURI ] ;
    ( fhir:resource <https://www.hl7.org/fhir/practitionerrole.html> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "PractitionerRole/example"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://build.fhir.org/ig/HL7/US-Core/Condition-encounter-diagnosis-example1.html"^^xsd:anyURI ] ;
    ( fhir:resource <https://build.fhir.org/ig/HL7/US-Core/Condition-encounter-diagnosis-example1.html> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Condition/earburn"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://www.hl7.org/fhir/us/core/MedicationRequest-medicationrequest-coded-oral-axid.html"^^xsd:anyURI ] ;
    ( fhir:resource <https://www.hl7.org/fhir/us/core/MedicationRequest-medicationrequest-coded-oral-axid.html> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "MedicationRequest/reference-nizatidine"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://build.fhir.org/ig/HL7/US-Core/MedicationRequest-self-tylenol.html"^^xsd:anyURI ] ;
    ( fhir:resource <https://build.fhir.org/ig/HL7/US-Core/MedicationRequest-self-tylenol.html> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "MedicationRequest/codeableconcept-tylenol"^^xsd:anyURI ]     ]
  ] ) . # 

<https://www.hl7.org/fhir/us/qicore/MedicationRequest-negation-example.html> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "negation-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: negation-example</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>category</b>: community <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'community' = 'community)</span></p><p><b>doNotPerform</b>: true</p><p><b>medication</b>: Antithrombotic Therapy value set <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'null' = 'null)</span></p><p><b>subject</b>: <a href=\"https://www.hl7.org/fhir/patient-example.html\">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: 1974-12-25; </a></p><p><b>authoredOn</b>: Mar 26, 2015 12:32:52 AM</p><p><b>requester</b>: <a href=\"https://hl7.org/fhir/practitioner-example.html\">Generated Summary: id: example; 23; active; Adam Careful </a></p><p><b>reasonCode</b>: Drug treatment not indicated (situation) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '183966005' = 'Drug treatment not indicated', given as 'Drug treatment not indicated (situation)'})</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:code [ fhir:v "community" ]     ] )
  ] ) ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:doNotPerform [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-reference"^^xsd:anyURI ] ;
fhir:value [ fhir:v "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.201"^^xsd:anyURI ]       ] )     ] ) ;
fhir:text [ fhir:v "Antithrombotic Therapy value set" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2015-03-25T19:32:52-05:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/example" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:183966005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "183966005" ] ;
fhir:display [ fhir:v "Drug treatment not indicated (situation)" ]     ] )
  ] ) . # 

<https://www.hl7.org/fhir/condition.html> a fhir:Condition ;
  fhir:id [ fhir:v "hypothyroidism"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition>     ] [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-encounter-diagnosis"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-encounter-diagnosis>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_hypothyroidism\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition hypothyroidism</b></p><a name=\"hypothyroidism\"> </a><a name=\"hchypothyroidism\"> </a><a name=\"hypothyroidism-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status unconfirmed}\">Unconfirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 2917005}\">Transient hypothyroidism</span></p><p><b>subject</b>: <a href=\"Bundle-tests-UPPARF-example-bundle.html#Patient_example\">Bundle: type = transaction</a></p><p><b>onset</b>: 2012-05-24 00:00:00+0000</p><p><b>recordedDate</b>: 2012-05-24 00:00:00+0000</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unconfirmed" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:2917005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2917005" ] ;
fhir:display [ fhir:v "Transient hypothyroidism" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:onset [ fhir:v "2012-05-24T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:recordedDate [ fhir:v "2012-05-24T00:00:00+00:00"^^xsd:dateTime] . # 

<https://www.hl7.org/fhir/medicationrequest.html> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "reference-nizatidine2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: uscore-mo3</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: <a href=\"https://www.hl7.org/fhir/us/core/Medication-uscore-med2.html\">Nizatidine 15 MG/ML Oral Solution [Axid]. Generated Summary: id: uscore-med2; <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 582620}\">Nizatidine 15 MG/ML Oral Solution [Axid]</span></a></p><p><b>subject</b>: <a href=\"https://hl7.org/fhir/us/core/Patient-example.html\">Amy Shaw. Generated Summary: id: example; Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: 1987-02-20</a></p><p><b>authoredOn</b>: 2008-04-05</p><p><b>requester</b>: <a href=\"https://build.fhir.org/ig/HL7/US-Core/Practitioner-practitioner-1.html\">Ronald Bone, MD. Generated Summary: id: practitioner-1; id: 9941339108, id: 25456; Ronald Bone </a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/nizatidine" ] ;
fhir:display [ fhir:v "Nizatidine 15 MG/ML Oral Solution [Axid]" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2009-04-05T00:00:00.000-00:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
fhir:display [ fhir:v "Ronald Bone, MD" ]
  ] . # 

<https://build.fhir.org/condition.html> a fhir:Condition ;
  fhir:id [ fhir:v "medicationcosts"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_medicationcosts\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition medicationcosts</b></p><a name=\"medicationcosts\"> </a><a name=\"hcmedicationcosts\"> </a><a name=\"medicationcosts-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/condition-category health-concern}\">Health Concern</span></p><p><b>code</b>: <span title=\"Codes:\">Medication costs</span></p><p><b>subject</b>: <a href=\"Bundle-tests-UPPARF-example-bundle.html#Patient_example\">Bundle: type = transaction</a></p><p><b>onset</b>: 2007-12-14</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "health-concern" ] ;
fhir:display [ fhir:v "Health Concern" ]     ] ) ;
fhir:text [ fhir:v "Health Concern" ]
  ] ) ; # 
  fhir:code [
fhir:text [ fhir:v "Medication costs" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:onset [ fhir:v "2007-12-14"^^xsd:date] . # 

<https://www.hl7.org/fhir/coverage.html> a fhir:Coverage ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-coverage"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-coverage>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en-US\"> </a><p><b>identifier</b>: Member Number/member-id-from-identifier-slice-example-patient, Subscriber Number/policy-number-from-identifier-slice-example-continued-therapy-patient</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.3.221.5 59}\">Other Private Insurance</span></p><p><b>policyHolder</b>: <a href=\"Bundle-tests-UPPARF-example-bundle.html#Patient_example\">Bundle: type = transaction</a></p><p><b>subscriber</b>: <a href=\"Bundle-tests-UPPARF-example-bundle.html#Patient_example\">Bundle: type = transaction</a></p><p><b>subscriberId</b>: subscriber-id-example</p><p><b>beneficiary</b>: <a href=\"Bundle-tests-UPPARF-example-bundle.html#Patient_example\">Bundle: type = transaction</a></p><p><b>dependent</b>: 0</p><p><b>relationship</b>: <span title=\"Codes:\">self</span></p><p><b>period</b>: 2011-05-23 --&gt; 2026-05-23</p><p><b>payor</b>: <a href=\"Bundle-tests-UPPARF-example-bundle.html#Organization_example\">Bundle: type = transaction</a></p><p><b>order</b>: 9</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MB" ]       ] )     ] ;
fhir:value [ fhir:v "member-id-from-identifier-slice-example-patient" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SN" ]       ] )     ] ;
fhir:value [ fhir:v "policy-number-from-identifier-slice-example-continued-therapy-patient" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.221.5"^^xsd:anyURI ] ;
fhir:code [ fhir:v "59" ] ;
fhir:display [ fhir:v "Other Private Insurance" ]     ] )
  ] ; # 
  fhir:policyHolder [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:subscriber [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:subscriberId [ fhir:v "subscriber-id-example"] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:dependent [ fhir:v "0"] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:code [ fhir:v "self" ]     ] )
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2011-05-23"^^xsd:date ] ;
fhir:end [ fhir:v "2026-05-23"^^xsd:date ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "Organization/example" ]
  ] ) ; # 
  fhir:order [ fhir:v "9"^^xsd:positiveInteger] . # 

<https://www.hl7.org/fhir/patient.html> a fhir:Patient ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient>     ] [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>identifier</b>: Medical record number = 12345 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN)</p><p><b>telecom</b>: ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1974-12-25</p><p><b>deceased</b>: false</p><p><b>address</b>: 534 Erewhon St PeasantVille, Utah 84414(HOME)</p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td><td><b>Gender</b></td><td><b>Period</b></td></tr><tr><td>*</td><td>Next-of-Kin <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v2-0131 code 'N' = 'Next-of-Kin)</span></td><td>Bénédicte du Marché </td><td>ph: +33 (237) 998327</td><td>534 Erewhon St PleasantVille VT 3999 (HOME)</td><td>female</td><td>Jan 1, 2012 12:00:00 AM --&gt; (ongoing)</td></tr></table><p><b>managingOrganization</b>: <a href=\"https://www.hl7.org/fhir/organization-example.html\">Generated Summary: id: example; ??; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type team}\">Organizational team</span>; name: Health Level Seven International; ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, hq@HL7.org</a></p></div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2106-3" ] ;
fhir:display [ fhir:v "White" ]       ]     ] [
fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1002-5" ] ;
fhir:display [ fhir:v "American Indian or Alaska Native" ]       ]     ] [
fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2028-9" ] ;
fhir:display [ fhir:v "Asian" ]       ]     ] [
fhir:url [ fhir:v "detailed"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1586-7" ] ;
fhir:display [ fhir:v "Shoshone" ]       ]     ] [
fhir:url [ fhir:v "detailed"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2036-2" ] ;
fhir:display [ fhir:v "Filipino" ]       ]     ] [
fhir:url [ fhir:v "detailed"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1735-0" ] ;
fhir:display [ fhir:v "Alaska Native" ]       ]     ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Mixed" ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2135-2" ] ;
fhir:display [ fhir:v "Hispanic or Latino" ]       ]     ] [
fhir:url [ fhir:v "detailed"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2184-0" ] ;
fhir:display [ fhir:v "Dominican" ]       ]     ] [
fhir:url [ fhir:v "detailed"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2148-5" ] ;
fhir:display [ fhir:v "Mexican" ]       ]     ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Hispanic or Latino" ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ;
fhir:value [ fhir:v "M" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]       ] )     ] ;
fhir:system [ fhir:v "urn:oid:1.2.36.146.595.217.0.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ] ;
fhir:period [
fhir:start [ fhir:v "2001-05-06"^^xsd:date ]     ] ;
fhir:assigner [
fhir:display [ fhir:v "Acme Healthcare" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Chalmers" ] ;
    ( fhir:given [ fhir:v "Peter" ] [ fhir:v "James" ] )
  ] [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Chalmers" ] ;
    ( fhir:given [ fhir:v "Jim" ] )
  ] [
fhir:use [ fhir:v "maiden" ] ;
fhir:family [ fhir:v "Windsor" ] ;
    ( fhir:given [ fhir:v "Peter" ] [ fhir:v "James" ] ) ;
fhir:period [
fhir:end [ fhir:v "2002"^^xsd:gYear ]     ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 5555 6473" ] ;
fhir:use [ fhir:v "work" ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 3410 5613" ] ;
fhir:use [ fhir:v "mobile" ] ;
fhir:rank [ fhir:v "2"^^xsd:positiveInteger ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 5555 8834" ] ;
fhir:use [ fhir:v "old" ] ;
fhir:period [
fhir:end [ fhir:v "2014"^^xsd:gYear ]     ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "example.patient@gmail.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [
fhir:v "1974-12-25"^^xsd:date ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthTime"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1974-12-25T14:35:45-05:00"^^xsd:dateTime ]     ] )
  ] ; # 
  fhir:deceased [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "534 Erewhon St PeasantVille, Utah 84414" ] ;
    ( fhir:line [ fhir:v "534 Erewhon St" ] ) ;
fhir:city [ fhir:v "PleasantVille" ] ;
fhir:district [ fhir:v "Rainbow" ] ;
fhir:state [ fhir:v "UT" ] ;
fhir:postalCode [ fhir:v "84414" ] ;
fhir:period [
fhir:start [ fhir:v "1974-12-25"^^xsd:date ]     ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ]     ] )
  ] ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ]       ] )     ] ) ;
fhir:name [
fhir:family [
fhir:v "du Marché" ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"^^xsd:anyURI ] ;
fhir:value [ fhir:v "VV" ]         ] )       ] ;
      ( fhir:given [ fhir:v "Bénédicte" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+33 (237) 998327" ]     ] ) ;
fhir:address [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "both" ] ;
      ( fhir:line [ fhir:v "534 Erewhon St" ] ) ;
fhir:city [ fhir:v "PleasantVille" ] ;
fhir:district [ fhir:v "Rainbow" ] ;
fhir:state [ fhir:v "VT" ] ;
fhir:postalCode [ fhir:v "3999" ] ;
fhir:period [
fhir:start [ fhir:v "1974-12-25"^^xsd:date ]       ]     ] ;
fhir:gender [ fhir:v "female" ] ;
fhir:period [
fhir:start [ fhir:v "2012"^^xsd:gYear ]     ]
  ] ) ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/acme-lab" ]
  ] . # 

<https://hl7.org/fhir/us/qicore/https://hl7.org/fhir/us/qicore/Condition-appendicitis-example.html> a fhir:Condition ;
  fhir:id [ fhir:v "appendicitis-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition>     ] [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-encounter-diagnosis"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-encounter-diagnosis>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_appendicitis-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition appendicitis-example</b></p><a name=\"appendicitis-example\"> </a><a name=\"hcappendicitis-example\"> </a><a name=\"appendicitis-example-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}\">Resolved</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 24484000}\">Severe (severity modifier)</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm K35}\">Appendicitis</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 66754008}\">Appendix structure</span></p><p><b>subject</b>: <a href=\"Bundle-tests-UPPARF-example-bundle.html#Patient_example\">Bundle: type = transaction</a></p><p><b>onset</b>: 2012-05-24 00:00:00+0000</p><p><b>recordedDate</b>: 2012-05-24 00:00:00+0000</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "resolved" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "encounter-diagnosis" ] ;
fhir:display [ fhir:v "Encounter Diagnosis" ]     ] )
  ] ) ; # 
  fhir:severity [
    ( fhir:coding [
a sct:24484000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24484000" ] ;
fhir:display [ fhir:v "Severe (severity modifier)" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "K35" ] ;
fhir:display [ fhir:v "Acute Appendicitis" ]     ] ) ;
fhir:text [ fhir:v "Appendicitis" ]
  ] ; # 
  fhir:bodySite ( [
    ( fhir:coding [
a sct:66754008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "66754008" ] ;
fhir:display [ fhir:v "Appendix structure" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:onset [ fhir:v "2012-05-24T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:recordedDate [ fhir:v "2012-05-24T00:00:00+00:00"^^xsd:dateTime] . # 

<https://www.hl7.org/fhir/practitionerrole.html> a fhir:PractitionerRole ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>identifier</b>: 31</p><p><b>active</b>: true</p><p><b>period</b>: Jan 1, 1995 12:00:00 AM --&gt; (ongoing)</p><p><b>practitioner</b>: <a href=\"https://hl7.org/fhir/practitioner-example.html\">Dr Adam Careful. Generated Summary: id: example; 23; active; Adam Careful </a></p><p><b>organization</b>: <a href=\"https://www.hl7.org/fhir/organization-example.html\">Generated Summary: id: example; ??; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type team}\">Organizational team</span>; name: Health Level Seven International; ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, hq@HL7.org</a></p><p><b>code</b>: Primary Care <span style=\"background: LightGoldenRodYellow\">(Details : {http://nucc.org/provider-taxonomy code '261QP2300X' = 'Primary Care', given as 'Primary Care'})</span></p><p><b>specialty</b>: General Practice <span style=\"background: LightGoldenRodYellow\">(Details : {http://nucc.org/provider-taxonomy code '1223G0001X' = 'General Practice', given as 'General Practice'})</span></p><p><b>location</b>: <a href=\"https://hl7.org/fhir/us/davinci-atr/2023Jan/Location-1.html\">Generated Summary: id: example; B1-S.F2; status: active; name: South Wing, second floor; alias: Mean Joe Greene University Medical Center, South Wing, second floor, alias: BU MC, SW, F2; description: Second floor of the Old South Wing, formerly in use by Psychiatry; mode: instance; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span>; ph: 2328(WORK), fax: 2329(WORK), second wing admissions, http://sampleorg.com/southwing(WORK); <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type wi}\">Wing</span></a></p><p><b>telecom</b>: ph: 801-123-4567</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://www.acme.org/practitionerroles"^^xsd:anyURI ] ;
fhir:value [ fhir:v "31" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:period [
fhir:start [ fhir:v "1995"^^xsd:gYear ]
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
fhir:display [ fhir:v "Dr Adam Careful" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/example" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "261QP2300X" ] ;
fhir:display [ fhir:v "Primary Care Clinic/Center" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1223G0001X" ] ;
fhir:display [ fhir:v "General Practice Dentistry" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/example" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "801-123-4567" ]
  ] ) . # 

<https://build.fhir.org/ig/HL7/US-Core/Condition-encounter-diagnosis-example1.html> a fhir:Condition ;
  fhir:id [ fhir:v "earburn"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition>     ] [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-encounter-diagnosis"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-encounter-diagnosis>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_earburn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition earburn</b></p><a name=\"earburn\"> </a><a name=\"hcearburn\"> </a><a name=\"earburn-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 24484000}\">Severe (severity modifier)</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm T20.21}\">Burnt Ear</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 49521004}\">Left Ear</span></p><p><b>subject</b>: <a href=\"Bundle-tests-UPPARF-example-bundle.html#Patient_example\">Bundle: type = transaction</a></p><p><b>onset</b>: 2012-05-24 00:00:00+0000</p><p><b>recordedDate</b>: 2012-05-24 00:00:00+0000</p><h3>Stages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Summary</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 258219007}\">stage II</span></td></tr></table></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] )
  ] ) ; # 
  fhir:severity [
    ( fhir:coding [
a sct:24484000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24484000" ] ;
fhir:display [ fhir:v "Severe (severity modifier)" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "T20.21" ] ;
fhir:display [ fhir:v "Burn of second degree of ear [any part, except ear drum]" ]     ] ) ;
fhir:text [ fhir:v "Burnt Ear" ]
  ] ; # 
  fhir:bodySite ( [
    ( fhir:coding [
a sct:49521004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "49521004" ] ;
fhir:display [ fhir:v "Left external ear structure" ]     ] ) ;
fhir:text [ fhir:v "Left Ear" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:onset [ fhir:v "2012-05-24T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:recordedDate [ fhir:v "2012-05-24T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:stage ( [
fhir:summary [
      ( fhir:coding [
a sct:258219007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "258219007" ] ;
fhir:display [ fhir:v "stage II" ]       ] )     ]
  ] ) . # 

<https://www.hl7.org/fhir/us/core/MedicationRequest-medicationrequest-coded-oral-axid.html> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "reference-nizatidine"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: uscore-mo3</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: <a href=\"https://www.hl7.org/fhir/us/core/Medication-uscore-med2.html\">Nizatidine 15 MG/ML Oral Solution [Axid]. Generated Summary: id: uscore-med2; <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 582620}\">Nizatidine 15 MG/ML Oral Solution [Axid]</span></a></p><p><b>subject</b>: <a href=\"https://hl7.org/fhir/us/core/Patient-example.html\">Amy Shaw. Generated Summary: id: example; Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: 1987-02-20</a></p><p><b>authoredOn</b>: 2008-04-05</p><p><b>requester</b>: <a href=\"https://build.fhir.org/ig/HL7/US-Core/Practitioner-practitioner-1.html\">Ronald Bone, MD. Generated Summary: id: practitioner-1; id: 9941339108, id: 25456; Ronald Bone </a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/nizatidine" ] ;
fhir:display [ fhir:v "Nizatidine 15 MG/ML Oral Solution [Axid]" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2023-04-05T00:00:00.000-00:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
fhir:display [ fhir:v "Ronald Bone, MD" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]       ]     ] ;
fhir:site [
      ( fhir:coding [
a sct:447964005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "447964005" ]       ] )     ] ;
fhir:route [
      ( fhir:coding [
a sct:394899003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394899003" ] ;
fhir:display [ fhir:v "oral administration of treatment" ]       ] )     ] ;
    ( fhir:doseAndRate [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "Ordered" ]         ] )       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ml" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ml" ]       ]     ] )
  ] ) ; # 
  fhir:dispenseRequest [
fhir:numberOfRepeatsAllowed [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "480"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]     ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]     ]
  ] . # 

<https://build.fhir.org/ig/HL7/US-Core/MedicationRequest-self-tylenol.html> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "codeableconcept-tylenol"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: self-tylenol</p><p><b>identifier</b>: 12345689 (OFFICIAL)</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>reported</b>: true</p><p><b>medication</b>: Tylenol PM Pill <span style=\"background: LightGoldenRodYellow\">(Details : {RxNorm code '1187314' = 'Tylenol PM Pill', given as 'Tylenol PM Pill'})</span></p><p><b>subject</b>: <a href=\"https://hl7.org/fhir/us/core/Patient-example.html\">Amy V. Shaw. Generated Summary: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: 2007-02-20</a></p><p><b>encounter</b>: <a href=\"https://hl7.org/fhir/us/core/2024Jan/Encounter-example-1.html\">Office Visit. Generated Summary: id: example-1; status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode AMB}\">ambulatory</span>; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 99201}\">Office Visit</span>; period: 02/11/2015 9:00:14 AM --&gt; 02/11/2015 10:00:14 AM</a></p><p><b>authoredOn</b>: 24/06/2019 12:00:00 AM</p><p><b>requester</b>: <a href=\"https://hl7.org/fhir/us/core/Patient-example.html\">**self-prescribed**. Generated Summary: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: 2007-02-20</a></p><p><b>dosageInstruction</b>: </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://acme.org/prescriptions"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345689" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:reported [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1187314" ] ;
fhir:display [ fhir:v "Tylenol PM Pill" ]     ] ) ;
fhir:text [ fhir:v "Tylenol PM Pill" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy V. Shaw" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2019-06-24"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "**self-prescribed**" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "Takes 1-2 tablets once daily at bedtime as needed for restless legs" ]
  ] ) . #