PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions

: Example: BSJ2 Transition of Care Bundle - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/Example-BSJ2-TOCBundle2> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Example-BSJ2-TOCBundle2"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-toc/StructureDefinition/TOC-Bundle" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/pacio-toc/StructureDefinition/TOC-Bundle>
     ]
  ] ;
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "http://www.example.org/documents" ] ;
     fhir:Identifier.value [ fhir:value "12345" ]
  ] ;
  fhir:Bundle.type [ fhir:value "document"] ;
  fhir:Bundle.timestamp [ fhir:value "2024-05-10T14:25:34.001-05:00"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Composition/BSJ2-TOCComposition2" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Composition/BSJ2-TOCComposition2>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient2" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient2>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Condition/BSJ2-DepressionDiagnosis" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Condition/BSJ2-DepressionDiagnosis>
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Condition/BSJ2-DiabetesDiagnosis" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Condition/BSJ2-DiabetesDiagnosis>
  ], [
     fhir:index 4 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Condition/BSJ2-HyperlipidemiaDiagnosis" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Condition/BSJ2-HyperlipidemiaDiagnosis>
  ], [
     fhir:index 5 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Condition/BSJ2-ProblemList-PressureInjury" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Condition/BSJ2-ProblemList-PressureInjury>
  ], [
     fhir:index 6 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Observation/BSJ2-ADL-Mobility" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Observation/BSJ2-ADL-Mobility>
  ], [
     fhir:index 7 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Device/BSJ2-Device-WoundPump" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Device/BSJ2-Device-WoundPump>
  ], [
     fhir:index 8 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Device/BSJ2-Device-Wheelchair" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Device/BSJ2-Device-Wheelchair>
  ], [
     fhir:index 9 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/List/BSJ2-SMPMedList" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/List/BSJ2-SMPMedList>
  ], [
     fhir:index 10 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt1" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt1>
  ], [
     fhir:index 11 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt4" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt4>
  ], [
     fhir:index 12 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt9" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt9>
  ], [
     fhir:index 13 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq1" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq1>
  ], [
     fhir:index 14 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq4" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq4>
  ], [
     fhir:index 15 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq9" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq9>
  ], [
     fhir:index 16 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/CarePlan/BSJ2-DischargeCarePlan" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/CarePlan/BSJ2-DischargeCarePlan>
  ], [
     fhir:index 17 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/ServiceRequest/BSJ2-PCPFollowUp" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/ServiceRequest/BSJ2-PCPFollowUp>
  ], [
     fhir:index 18 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Location/org-Loc-ED-Metro-Hospital" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Location/org-Loc-ED-Metro-Hospital>
  ], [
     fhir:index 19 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Organization/org-HomeHealth-Motown" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Organization/org-HomeHealth-Motown>
  ], [
     fhir:index 20 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Practitioner/Practitioner-JudySalas" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Practitioner/Practitioner-JudySalas>
  ], [
     fhir:index 21 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Practitioner/Practitioner-PriyaSarkar" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Practitioner/Practitioner-PriyaSarkar>
  ], [
     fhir:index 22 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/PractitionerRole/PractitionerRole-Physician-PriyaSarkar" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/PractitionerRole/PractitionerRole-Physician-PriyaSarkar>
  ] .

<http://www.example.org/fhir/Composition/BSJ2-TOCComposition2> a fhir:Composition ;
  fhir:Resource.id [ fhir:value "BSJ2-TOCComposition2"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-toc/StructureDefinition/TOC-Composition" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/pacio-toc/StructureDefinition/TOC-Composition>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en-US"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><a name=\"Composition_BSJ2-TOCComposition2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition BSJ2-TOCComposition2</b></p><a name=\"BSJ2-TOCComposition2\"> </a><a name=\"hcBSJ2-TOCComposition2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-TOC-Composition.html\">Transition of Care Composition</a></p></div><p><b>identifier</b>: <code>http://example.org/GoodHealthClinic/id</code>/76053988-543c-4681-9a90-2f2eb9a7836c-CCDA-CCD</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11490-0}\">Physician Discharge summary</span></p><p><b>date</b>: 2024-05-10 08:49:58-0400</p><p><b>author</b>: <a href=\"Practitioner-Practitioner-JudySalas.html\">Practitioner Judy Salas</a></p><p><b>title</b>: Transitions of Care Document for Betsy Smith-Johnson</p><p><b>custodian</b>: <a href=\"Organization-org-HomeHealth-Motown.html\">Organization Motown Home Health Grand Rapids</a></p></div>"
  ] ;
  fhir:Composition.identifier [
     fhir:Identifier.system [ fhir:value "http://example.org/GoodHealthClinic/id" ] ;
     fhir:Identifier.value [ fhir:value "76053988-543c-4681-9a90-2f2eb9a7836c-CCDA-CCD" ]
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:11490-0 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "11490-0" ] ;
       fhir:Coding.display [ fhir:value "Physician Discharge summary" ]
     ]
  ] ;
  fhir:Composition.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ]
  ] ;
  fhir:Composition.date [ fhir:value "2024-05-10T08:49:58.313-04:00"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ]
  ] ;
  fhir:Composition.title [ fhir:value "Transitions of Care Document for Betsy Smith-Johnson"] ;
  fhir:Composition.custodian [
     fhir:link <http://hl7.org/fhir/Organization/org-HomeHealth-Motown> ;
     fhir:Reference.reference [ fhir:value "Organization/org-HomeHealth-Motown" ]
  ] ;
  fhir:Composition.section [
     fhir:index 0 ;
     fhir:Composition.section.title [ fhir:value "Advance directives for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:42348-3 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "42348-3" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Advance directives for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "notasked" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Composition.section.title [ fhir:value "List of allergies for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:48765-2 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "48765-2" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Allergies for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ]
       ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Composition.section.title [ fhir:value "Behavioral health information for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-toc/CodeSystem/toc-temp-cs" ] ;
         fhir:Coding.code [ fhir:value "behavioral_health_summary" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Behavioral health information for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "withheld" ]
       ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Composition.section.title [ fhir:value "Functional status of Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:47420-5 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "47420-5" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Functional status of Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Observation/BSJ2-ADL-Mobility> ;
       fhir:Reference.reference [ fhir:value "Observation/BSJ2-ADL-Mobility" ]
     ]
  ], [
     fhir:index 4 ;
     fhir:Composition.section.title [ fhir:value "List of immunizations for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:11369-6 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "11369-6" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">List of immunizations for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ]
       ]
     ]
  ], [
     fhir:index 5 ;
     fhir:Composition.section.title [ fhir:value "Discharge instructions for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:69730-0 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "69730-0" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Discharge instructions for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ]
       ]
     ]
  ], [
     fhir:index 6 ;
     fhir:Composition.section.title [ fhir:value "List of medical equipment needed by Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:46264-8 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "46264-8" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">List of medical equipment needed by Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Device/BSJ2-Device-WoundPump> ;
       fhir:Reference.reference [ fhir:value "Device/BSJ2-Device-WoundPump" ]
     ], [
       fhir:index 1 ;
       fhir:link <http://hl7.org/fhir/Device/BSJ2-Device-Wheelchair> ;
       fhir:Reference.reference [ fhir:value "Device/BSJ2-Device-Wheelchair" ]
     ]
  ], [
     fhir:index 7 ;
     fhir:Composition.section.title [ fhir:value "List of medications prescribed for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:10160-0 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "10160-0" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">List of medications prescribed for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/List/BSJ2-SMPMedList> ;
       fhir:Reference.reference [ fhir:value "List/BSJ2-SMPMedList" ]
     ]
  ], [
     fhir:index 8 ;
     fhir:Composition.section.title [ fhir:value "Discharge care plan for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:18776-5 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "18776-5" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Discharge care plan for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/CarePlan/BSJ2-SNFDischargeCarePlan> ;
       fhir:Reference.reference [ fhir:value "CarePlan/BSJ2-SNFDischargeCarePlan" ]
     ]
  ], [
     fhir:index 9 ;
     fhir:Composition.section.title [ fhir:value "List of problem conditions and observations for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:11450-4 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "11450-4" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">List of problem conditions and observations for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Condition/BSJ2-DepressionDiagnosis> ;
       fhir:Reference.reference [ fhir:value "Condition/BSJ2-DepressionDiagnosis" ]
     ], [
       fhir:index 1 ;
       fhir:link <http://hl7.org/fhir/Condition/BSJ2-DiabetesDiagnosis> ;
       fhir:Reference.reference [ fhir:value "Condition/BSJ2-DiabetesDiagnosis" ]
     ], [
       fhir:index 2 ;
       fhir:link <http://hl7.org/fhir/Condition/BSJ2-HyperlipidemiaDiagnosis> ;
       fhir:Reference.reference [ fhir:value "Condition/BSJ2-HyperlipidemiaDiagnosis" ]
     ], [
       fhir:index 3 ;
       fhir:link <http://hl7.org/fhir/Condition/BSJ2-ProblemList-PressureInjury> ;
       fhir:Reference.reference [ fhir:value "Condition/BSJ2-ProblemList-PressureInjury" ]
     ]
  ], [
     fhir:index 10 ;
     fhir:Composition.section.title [ fhir:value "List of procedures prescribed for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:47519-4 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "47519-4" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">List of procedures prescribed for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ]
       ]
     ]
  ], [
     fhir:index 11 ;
     fhir:Composition.section.title [ fhir:value "Reason for referring Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:42349-1 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "42349-1" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Reason for referring Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ]
       ]
     ]
  ], [
     fhir:index 12 ;
     fhir:Composition.section.title [ fhir:value "List of test results for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:30954-2 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "30954-2" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">List of test results for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ]
       ]
     ]
  ], [
     fhir:index 13 ;
     fhir:Composition.section.title [ fhir:value "Social history for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:29762-2 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "29762-2" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Social history for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ]
       ]
     ]
  ], [
     fhir:index 14 ;
     fhir:Composition.section.title [ fhir:value "Vital signs for Betsy Smith-Johnson" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:8716-3 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "8716-3" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Vital signs for Betsy Smith-Johnson</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/org-HomeHealth-Motown> a fhir:Organization .

<http://hl7.org/fhir/Observation/BSJ2-ADL-Mobility> a fhir:Observation .

<http://hl7.org/fhir/Device/BSJ2-Device-WoundPump> a fhir:Device .

<http://hl7.org/fhir/Device/BSJ2-Device-Wheelchair> a fhir:Device .

<http://hl7.org/fhir/List/BSJ2-SMPMedList> a fhir:List .

<http://hl7.org/fhir/CarePlan/BSJ2-SNFDischargeCarePlan> a fhir:CarePlan .

<http://hl7.org/fhir/Condition/BSJ2-DepressionDiagnosis> a fhir:Condition .

<http://hl7.org/fhir/Condition/BSJ2-DiabetesDiagnosis> a fhir:Condition .

<http://hl7.org/fhir/Condition/BSJ2-HyperlipidemiaDiagnosis> a fhir:Condition .

<http://hl7.org/fhir/Condition/BSJ2-ProblemList-PressureInjury> a fhir:Condition .

<http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient2> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "Example-Smith-Johnson-Patient2"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2021-03-29T14:25:34.001-05:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|8.0.1>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en-US"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><a name=\"Patient_Example-Smith-Johnson-Patient2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient Example-Smith-Johnson-Patient2</b></p><a name=\"Example-Smith-Johnson-Patient2\"> </a><a name=\"hcExample-Smith-Johnson-Patient2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-03-29 14:25:34-0500; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a> version: 8.0.1</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH26)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Medical Record Number/1032702A (use: usual, )</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 555-555-5555(Home)</li><li>ph: (410) 444-5555</li><li>111 Maple Ct, Grand Rapids, MI 49503</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: son\">son:</td><td colspan=\"3\"><ul><li>Charles Johnson</li><li>111 Maple Ct, Grand Rapids, MI 49503</li><li>ph: (210) 222-3333</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: daughter\">daughter:</td><td colspan=\"3\"><ul><li>Debra Johnson</li><li>333 W. Camden St., Baltimore, MD 21201</li><li>ph: (410) 444-5555</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The race codes used to represent these concepts are based upon the [Race &amp; Ethnicity - CDC (CDCREC)](https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.113883.6.238) code system. Detailed race concepts are grouped by and pre-mapped to the 5 OMB race categories:#xA;#xA; - American Indian or Alaska Native#xA; - Asian#xA; - Black or African American#xA; - Native Hawaiian or Other Pacific Islander#xA; - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-cdcrec.html#cdcrec-2106-3\">Race &amp; Ethnicity - CDC: 2106-3</a> (White)</li><li>text: White</li></ul></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "ombCategory" ] ;
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ] ;
         fhir:Coding.code [ fhir:value "2106-3" ] ;
         fhir:Coding.display [ fhir:value "White" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "text" ] ;
       fhir:Extension.valueString [ fhir:value "White" ]
     ] ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" ]
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "usual" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "MR" ] ;
         fhir:Coding.display [ fhir:value "Medical Record Number" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Medical Record Number" ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://hospital.example.org" ] ;
     fhir:Identifier.value [ fhir:value "1032702A" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-medicare" ] ;
     fhir:Identifier.value [ fhir:value "1AA3D58WH26" ]
  ] ;
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "usual" ] ;
     fhir:HumanName.text [ fhir:value "Smith-Johnson, Betsy" ] ;
     fhir:HumanName.family [ fhir:value "Smith-Johnson" ] ;
     fhir:HumanName.given [
       fhir:value "Betsy" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "555-555-5555" ] ;
     fhir:ContactPoint.use [ fhir:value "home" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(410) 444-5555" ]
  ] ;
  fhir:Patient.gender [ fhir:value "female"] ;
  fhir:Patient.birthDate [ fhir:value "1958-11-01"^^xsd:date] ;
  fhir:Patient.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "111 Maple Ct, Grand Rapids, MI 49503" ] ;
     fhir:Address.line [
       fhir:value "111 Maple Ct" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Grand Rapids" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "49503" ] ;
     fhir:Address.country [ fhir:value "US" ] ;
     fhir:Address.period [
       fhir:Period.start [ fhir:value "2016-12-06"^^xsd:date ]
     ]
  ] ;
  fhir:Patient.maritalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ] ;
       fhir:Coding.code [ fhir:value "UNK" ]
     ]
  ] ;
  fhir:Patient.contact [
     fhir:index 0 ;
     fhir:Patient.contact.relationship [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
         fhir:Coding.code [ fhir:value "SONC" ]
       ]
     ] ;
     fhir:Patient.contact.name [
       fhir:HumanName.text [ fhir:value "Charles Johnson" ]
     ] ;
     fhir:Patient.contact.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "phone" ] ;
       fhir:ContactPoint.value [ fhir:value "(210) 222-3333" ]
     ] ;
     fhir:Patient.contact.address [
       fhir:Address.text [ fhir:value "111 Maple Ct, Grand Rapids, MI 49503" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Patient.contact.relationship [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
         fhir:Coding.code [ fhir:value "DAUC" ]
       ]
     ] ;
     fhir:Patient.contact.name [
       fhir:HumanName.text [ fhir:value "Debra Johnson" ]
     ] ;
     fhir:Patient.contact.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "phone" ] ;
       fhir:ContactPoint.value [ fhir:value "(410) 444-5555" ]
     ] ;
     fhir:Patient.contact.address [
       fhir:Address.text [ fhir:value "333 W. Camden St., Baltimore, MD 21201" ]
     ]
  ] ;
  fhir:Patient.communication [
     fhir:index 0 ;
     fhir:Patient.communication.language [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
         fhir:Coding.code [ fhir:value "en" ] ;
         fhir:Coding.display [ fhir:value "English" ]
       ]
     ] ;
     fhir:Patient.communication.preferred [ fhir:value "true"^^xsd:boolean ]
  ] .

<http://www.example.org/fhir/Condition/BSJ2-DepressionDiagnosis> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "BSJ2-DepressionDiagnosis"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|8.0.1>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_BSJ2-DepressionDiagnosis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition BSJ2-DepressionDiagnosis</b></p><a name=\"BSJ2-DepressionDiagnosis\"> </a><a name=\"hcBSJ2-DepressionDiagnosis\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-condition-encounter-diagnosis.html\">US Core Condition Encounter Diagnosis Profile</a> version: 8.0.1</p></div><p><b>Condition Asserted Date</b>: 2005-02</p><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 encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 35489007}\">Depressive disorder (disorder)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 12738006}\">Brain structure (body structure)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH26)</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/condition-assertedDate" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2005-02"^^xsd:gYearMonth ]
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ] ;
  fhir:Condition.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
       fhir:Coding.code [ fhir:value "encounter-diagnosis" ] ;
       fhir:Coding.display [ fhir:value "Encounter Diagnosis" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:35489007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "35489007" ] ;
       fhir:Coding.display [ fhir:value "Depressive disorder (disorder)" ]
     ]
  ] ;
  fhir:Condition.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:12738006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "12738006" ] ;
       fhir:Coding.display [ fhir:value "Brain structure (body structure)" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ]
  ] .

<http://www.example.org/fhir/Condition/BSJ2-DiabetesDiagnosis> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "BSJ2-DiabetesDiagnosis"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|8.0.1>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_BSJ2-DiabetesDiagnosis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition BSJ2-DiabetesDiagnosis</b></p><a name=\"BSJ2-DiabetesDiagnosis\"> </a><a name=\"hcBSJ2-DiabetesDiagnosis\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-condition-encounter-diagnosis.html\">US Core Condition Encounter Diagnosis Profile</a> version: 8.0.1</p></div><p><b>Condition Asserted Date</b>: 2017-06</p><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 encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 359642000}\">Diabetes mellitus type 2 in nonobese (disorder)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 113331007}\">Structure of endocrine system (body structure)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH26)</a></p><p><b>onset</b>: 2017-06</p><p><b>recordedDate</b>: 2017-06-05</p><p><b>asserter</b>: <a href=\"PractitionerRole-Role-IMMD-AnitaChu.html\">PractitionerRole Internal Medicine Physician</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/condition-assertedDate" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2017-06"^^xsd:gYearMonth ]
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ] ;
  fhir:Condition.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
       fhir:Coding.code [ fhir:value "encounter-diagnosis" ] ;
       fhir:Coding.display [ fhir:value "Encounter Diagnosis" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:359642000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "359642000" ] ;
       fhir:Coding.display [ fhir:value "Diabetes mellitus type 2 in nonobese (disorder)" ]
     ]
  ] ;
  fhir:Condition.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:113331007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "113331007" ] ;
       fhir:Coding.display [ fhir:value "Structure of endocrine system (body structure)" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ]
  ] ;
  fhir:Condition.onsetDateTime [ fhir:value "2017-06"^^xsd:gYearMonth] ;
  fhir:Condition.recordedDate [ fhir:value "2017-06-05"^^xsd:date] ;
  fhir:Condition.asserter [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-IMMD-AnitaChu> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-IMMD-AnitaChu" ]
  ] .

<http://hl7.org/fhir/PractitionerRole/Role-IMMD-AnitaChu> a fhir:PractitionerRole .

<http://www.example.org/fhir/Condition/BSJ2-HyperlipidemiaDiagnosis> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "BSJ2-HyperlipidemiaDiagnosis"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|8.0.1>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_BSJ2-HyperlipidemiaDiagnosis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition BSJ2-HyperlipidemiaDiagnosis</b></p><a name=\"BSJ2-HyperlipidemiaDiagnosis\"> </a><a name=\"hcBSJ2-HyperlipidemiaDiagnosis\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-condition-encounter-diagnosis.html\">US Core Condition Encounter Diagnosis Profile</a> version: 8.0.1</p></div><p><b>Condition Asserted Date</b>: 2018-06</p><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 encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 55822004}\">Hyperlipidemia (disorder)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 113257007}\">Structure of cardiovascular system (body structure)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH26)</a></p><p><b>asserter</b>: <a href=\"PractitionerRole-Role-IMMD-AnitaChu.html\">PractitionerRole Internal Medicine Physician</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/condition-assertedDate" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2018-06"^^xsd:gYearMonth ]
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ] ;
  fhir:Condition.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
       fhir:Coding.code [ fhir:value "encounter-diagnosis" ] ;
       fhir:Coding.display [ fhir:value "Encounter Diagnosis" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:55822004 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "55822004" ] ;
       fhir:Coding.display [ fhir:value "Hyperlipidemia (disorder)" ]
     ]
  ] ;
  fhir:Condition.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:113257007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "113257007" ] ;
       fhir:Coding.display [ fhir:value "Structure of cardiovascular system (body structure)" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ]
  ] ;
  fhir:Condition.asserter [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-IMMD-AnitaChu> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-IMMD-AnitaChu" ]
  ] .

<http://www.example.org/fhir/Condition/BSJ2-ProblemList-PressureInjury> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "BSJ2-ProblemList-PressureInjury"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns|8.0.1>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_BSJ2-ProblemList-PressureInjury\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition BSJ2-ProblemList-PressureInjury</b></p><a name=\"BSJ2-ProblemList-PressureInjury\"> </a><a name=\"hcBSJ2-ProblemList-PressureInjury\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-condition-problems-health-concerns.html\">US Core Condition Problems and Health Concerns Profile</a> version: 8.0.1</p></div><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>code</b>: <span title=\"Codes:{http://snomed.info/sct 29801000175102}\">Pressure injury of left hip stage II (disorder)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH26)</a></p><p><b>recordedDate</b>: 2024-04-27 15:40:00-0400</p><p><b>asserter</b>: <a href=\"Practitioner-Practitioner-JudySalas.html\">Practitioner Judy Salas</a></p></div>"
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ] ;
  fhir:Condition.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
       fhir:Coding.code [ fhir:value "problem-list-item" ] ;
       fhir:Coding.display [ fhir:value "Problem List Item" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:29801000175102 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "29801000175102" ] ;
       fhir:Coding.display [ fhir:value "Pressure injury of left hip stage II (disorder)" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ]
  ] ;
  fhir:Condition.recordedDate [ fhir:value "2024-04-27T15:40:00-04:00"^^xsd:dateTime] ;
  fhir:Condition.asserter [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ]
  ] .

<http://www.example.org/fhir/Observation/BSJ2-ADL-Mobility> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "BSJ2-ADL-Mobility"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.1>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_BSJ2-ADL-Mobility\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation BSJ2-ADL-Mobility</b></p><a name=\"BSJ2-ADL-Mobility\"> </a><a name=\"hcBSJ2-ADL-Mobility\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-simple-observation.html\">US Core Simple Observation Profile</a> version: 8.0.1</p></div><p><b>Event Location</b>: <a href=\"Location-org-Loc-HomeHealth-Motown.html\">Location Motown Home Health Facility</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category functional-status}\">Functional Status</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 100315-1}\">Need help getting out of bed, showered, or dressed</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH26)</a></p><p><b>effective</b>: 2024-05-16 14:30:00-0400</p><p><b>performer</b>: <a href=\"PractitionerRole-Role-OT-JenCadbury.html\">PractitionerRole Occupational Therapist</a></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA33-6}\">Yes</span></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/event-location" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Location/org-Loc-HomeHealth-Motown> ;
       fhir:Reference.reference [ fhir:value "Location/org-Loc-HomeHealth-Motown" ]
     ]
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/us-core-category" ] ;
       fhir:Coding.code [ fhir:value "functional-status" ] ;
       fhir:Coding.display [ fhir:value "Functional Status" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:100315-1 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "100315-1" ] ;
       fhir:Coding.display [ fhir:value "Need help getting out of bed, showered, or dressed" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2024-05-16T14:30:00-04:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-OT-JenCadbury> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-OT-JenCadbury" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:LA33-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "LA33-6" ] ;
       fhir:Coding.display [ fhir:value "Yes" ]
     ]
  ] .

<http://hl7.org/fhir/Location/org-Loc-HomeHealth-Motown> a fhir:Location .

<http://hl7.org/fhir/PractitionerRole/Role-OT-JenCadbury> a fhir:PractitionerRole .

<http://www.example.org/fhir/Device/BSJ2-Device-WoundPump> a fhir:Device ;
  fhir:Resource.id [ fhir:value "BSJ2-Device-WoundPump"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Device_BSJ2-Device-WoundPump\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device BSJ2-Device-WoundPump</b></p><a name=\"BSJ2-Device-WoundPump\"> </a><a name=\"hcBSJ2-Device-WoundPump\"> </a><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Wound Pump</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 462410000}\">Negative-pressure wound therapy system pump (physical object)</span></p></div>"
  ] ;
  fhir:Device.deviceName [
     fhir:index 0 ;
     fhir:Device.deviceName.name [ fhir:value "Wound Pump" ] ;
     fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ]
  ] ;
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:462410000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "462410000" ] ;
       fhir:Coding.display [ fhir:value "Negative-pressure wound therapy system pump (physical object)" ]
     ]
  ] .

<http://www.example.org/fhir/Device/BSJ2-Device-Wheelchair> a fhir:Device ;
  fhir:Resource.id [ fhir:value "BSJ2-Device-Wheelchair"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Device_BSJ2-Device-Wheelchair\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device BSJ2-Device-Wheelchair</b></p><a name=\"BSJ2-Device-Wheelchair\"> </a><a name=\"hcBSJ2-Device-Wheelchair\"> </a><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Wheelchair</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 58938008}\">Wheelchair device (physical object)</span></p></div>"
  ] ;
  fhir:Device.deviceName [
     fhir:index 0 ;
     fhir:Device.deviceName.name [ fhir:value "Wheelchair" ] ;
     fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ]
  ] ;
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:58938008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "58938008" ] ;
       fhir:Coding.display [ fhir:value "Wheelchair device (physical object)" ]
     ]
  ] .

<http://www.example.org/fhir/List/BSJ2-SMPMedList> a fhir:List ;
  fhir:Resource.id [ fhir:value "BSJ2-SMPMedList"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"List_BSJ2-SMPMedList\"> </a><p class=\"res-header-id\"><b>Generated Narrative: List BSJ2-SMPMedList</b></p><a name=\"BSJ2-SMPMedList\"> </a><a name=\"hcBSJ2-SMPMedList\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/smp-ig/StructureDefinition-smp-medication-list.html\">Standardized Medication Profile - Medication List</a></p></div><h2>Home Health Medication List</h2><table class=\"clstu\"><tr><td>Date: 2024-08-11 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Patient generated medication list [Identifier] Episode Pharmacy </td></tr><tr><td>Subject: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Betsy Smith-Johnson</a>Source: </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Date</td></tr><tr><td><a href=\"MedicationStatement-BSJ2-SMPMedStmt1.html\">atorvastatin 40 MG Oral Tablet</a></td><td>2024-08-11</td></tr><tr><td><a href=\"MedicationStatement-BSJ2-SMPMedStmt4.html\">sertraline 25 MG Oral Tablet</a></td><td>2024-08-11</td></tr><tr><td><a href=\"MedicationStatement-BSJ2-SMPMedStmt9.html\">empagliflozin 10 MG Oral Tablet [Jardiance]</a></td><td>2024-08-11</td></tr></table></div>"
  ] ;
  fhir:List.status [ fhir:value "current"] ;
  fhir:List.mode [ fhir:value "working"] ;
  fhir:List.title [ fhir:value "Home Health Medication List"] ;
  fhir:List.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:104205-0 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "104205-0" ] ;
       fhir:Coding.display [ fhir:value "Patient generated medication list [Identifier] Episode Pharmacy" ]
     ]
  ] ;
  fhir:List.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:List.date [ fhir:value "2024-08-11"^^xsd:date] ;
  fhir:List.source [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ] ;
     fhir:Reference.display [ fhir:value "Judy Salas, DNP" ]
  ] ;
  fhir:List.entry [
     fhir:index 0 ;
     fhir:List.entry.date [ fhir:value "2024-08-11"^^xsd:date ] ;
     fhir:List.entry.item [
       fhir:link <http://hl7.org/fhir/MedicationStatement/BSJ2-SMPMedStmt1> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/BSJ2-SMPMedStmt1" ] ;
       fhir:Reference.display [ fhir:value "atorvastatin 40 MG Oral Tablet" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:List.entry.date [ fhir:value "2024-08-11"^^xsd:date ] ;
     fhir:List.entry.item [
       fhir:link <http://hl7.org/fhir/MedicationStatement/BSJ2-SMPMedStmt4> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/BSJ2-SMPMedStmt4" ] ;
       fhir:Reference.display [ fhir:value "sertraline 25 MG Oral Tablet" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:List.entry.date [ fhir:value "2024-08-11"^^xsd:date ] ;
     fhir:List.entry.item [
       fhir:link <http://hl7.org/fhir/MedicationStatement/BSJ2-SMPMedStmt9> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/BSJ2-SMPMedStmt9" ] ;
       fhir:Reference.display [ fhir:value "empagliflozin 10 MG Oral Tablet [Jardiance]" ]
     ]
  ] .

<http://hl7.org/fhir/MedicationStatement/BSJ2-SMPMedStmt1> a fhir:MedicationStatement .

<http://hl7.org/fhir/MedicationStatement/BSJ2-SMPMedStmt4> a fhir:MedicationStatement .

<http://hl7.org/fhir/MedicationStatement/BSJ2-SMPMedStmt9> a fhir:MedicationStatement .

<http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt1> a fhir:MedicationStatement ;
  fhir:Resource.id [ fhir:value "BSJ2-SMPMedStmt1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_BSJ2-SMPMedStmt1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BSJ2-SMPMedStmt1</b></p><a name=\"BSJ2-SMPMedStmt1\"> </a><a name=\"hcBSJ2-SMPMedStmt1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/smp-ig/StructureDefinition-smp-medicationstatement.html\">Standardized Medication Profile - MedicationStatement</a></p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-BSJ2-SMPMedReq1.html\">MedicationRequest: status = active; intent = order; medication[x] = atorvastatin 40 MG Oral Tablet; authoredOn = 2024-08-11; reasonCode = Hyperlipidemia</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 617311}\">atorvastatin 40 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Betsy Smith-Johnson</a></p><p><b>dateAsserted</b>: 2024-08-11</p><p><b>informationSource</b>: <a href=\"Practitioner-Practitioner-JudySalas.html\">Judy Salas, DNP</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 55822004}\">Hyperlipidemia</span></p><p><b>reasonReference</b>: <a href=\"Condition-BSJ2-HyperlipidemiaDiagnosis.html\">Condition Hyperlipidemia (disorder)</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>po nightly</td></tr></table></div>"
  ] ;
  fhir:MedicationStatement.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/BSJ2-SMPMedReq1> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/BSJ2-SMPMedReq1" ]
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "617311" ] ;
       fhir:Coding.display [ fhir:value "atorvastatin 40 MG Oral Tablet" ]
     ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2024-08-11"^^xsd:date] ;
  fhir:MedicationStatement.informationSource [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ] ;
     fhir:Reference.display [ fhir:value "Judy Salas, DNP" ]
  ] ;
  fhir:MedicationStatement.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:55822004 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "55822004" ] ;
       fhir:Coding.display [ fhir:value "Hyperlipidemia" ]
     ]
  ] ;
  fhir:MedicationStatement.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ2-HyperlipidemiaDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ2-HyperlipidemiaDiagnosis" ]
  ] ;
  fhir:MedicationStatement.dosage [
     fhir:index 0 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "po nightly" ]
  ] .

<http://hl7.org/fhir/MedicationRequest/BSJ2-SMPMedReq1> a fhir:MedicationRequest .

<http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt4> a fhir:MedicationStatement ;
  fhir:Resource.id [ fhir:value "BSJ2-SMPMedStmt4"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_BSJ2-SMPMedStmt4\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BSJ2-SMPMedStmt4</b></p><a name=\"BSJ2-SMPMedStmt4\"> </a><a name=\"hcBSJ2-SMPMedStmt4\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/smp-ig/StructureDefinition-smp-medicationstatement.html\">Standardized Medication Profile - MedicationStatement</a></p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-BSJ2-SMPMedReq4.html\">MedicationRequest: status = active; intent = order; medication[x] = sertraline 25 MG Oral Tablet; authoredOn = 2024-08-11; reasonCode = Depressive disorder (disorder)</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 312940}\">sertraline 25 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Betsy Smith-Johnson</a></p><p><b>dateAsserted</b>: 2024-08-11</p><p><b>informationSource</b>: <a href=\"Practitioner-Practitioner-JudySalas.html\">Judy Salas, DNP</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 35489007}\">Depressive disorder (disorder)</span></p><p><b>reasonReference</b>: <a href=\"Condition-BSJ2-DepressionDiagnosis.html\">Condition Depressive disorder (disorder)</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>po once daily</td></tr></table></div>"
  ] ;
  fhir:MedicationStatement.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/BSJ2-SMPMedReq4> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/BSJ2-SMPMedReq4" ]
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "312940" ] ;
       fhir:Coding.display [ fhir:value "sertraline 25 MG Oral Tablet" ]
     ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2024-08-11"^^xsd:date] ;
  fhir:MedicationStatement.informationSource [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ] ;
     fhir:Reference.display [ fhir:value "Judy Salas, DNP" ]
  ] ;
  fhir:MedicationStatement.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:35489007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "35489007" ] ;
       fhir:Coding.display [ fhir:value "Depressive disorder (disorder)" ]
     ]
  ] ;
  fhir:MedicationStatement.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ2-DepressionDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ2-DepressionDiagnosis" ]
  ] ;
  fhir:MedicationStatement.dosage [
     fhir:index 0 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "po once daily" ]
  ] .

<http://hl7.org/fhir/MedicationRequest/BSJ2-SMPMedReq4> a fhir:MedicationRequest .

<http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt9> a fhir:MedicationStatement ;
  fhir:Resource.id [ fhir:value "BSJ2-SMPMedStmt9"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_BSJ2-SMPMedStmt9\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BSJ2-SMPMedStmt9</b></p><a name=\"BSJ2-SMPMedStmt9\"> </a><a name=\"hcBSJ2-SMPMedStmt9\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/smp-ig/StructureDefinition-smp-medicationstatement.html\">Standardized Medication Profile - MedicationStatement</a></p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-BSJ2-SMPMedReq9.html\">MedicationRequest: status = active; intent = order; medication[x] = empagliflozin 10 MG Oral Tablet [Jardiance]; authoredOn = 2024-08-11; reasonCode = Diabetes mellitus type 2 in nonobese (disorder)</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1545664}\">empagliflozin 10 MG Oral Tablet [Jardiance]</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Betsy Smith-Johnson</a></p><p><b>dateAsserted</b>: 2024-08-11</p><p><b>informationSource</b>: <a href=\"Practitioner-Practitioner-JudySalas.html\">Judy Salas, DNP</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 359642000}\">Diabetes mellitus type 2 in nonobese (disorder)</span></p><p><b>reasonReference</b>: <a href=\"Condition-BSJ2-DiabetesDiagnosis.html\">Condition Diabetes mellitus type 2 in nonobese (disorder)</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>po nightly</td></tr></table></div>"
  ] ;
  fhir:MedicationStatement.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/BSJ2-SMPMedReq9> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/BSJ2-SMPMedReq9" ]
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "1545664" ] ;
       fhir:Coding.display [ fhir:value "empagliflozin 10 MG Oral Tablet [Jardiance]" ]
     ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2024-08-11"^^xsd:date] ;
  fhir:MedicationStatement.informationSource [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ] ;
     fhir:Reference.display [ fhir:value "Judy Salas, DNP" ]
  ] ;
  fhir:MedicationStatement.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:359642000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "359642000" ] ;
       fhir:Coding.display [ fhir:value "Diabetes mellitus type 2 in nonobese (disorder)" ]
     ]
  ] ;
  fhir:MedicationStatement.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ2-DiabetesDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ2-DiabetesDiagnosis" ]
  ] ;
  fhir:MedicationStatement.dosage [
     fhir:index 0 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "po nightly" ]
  ] .

<http://hl7.org/fhir/MedicationRequest/BSJ2-SMPMedReq9> a fhir:MedicationRequest .

<http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq1> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "BSJ2-SMPMedReq1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_BSJ2-SMPMedReq1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest BSJ2-SMPMedReq1</b></p><a name=\"BSJ2-SMPMedReq1\"> </a><a name=\"hcBSJ2-SMPMedReq1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU9/StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 617311}\">atorvastatin 40 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Betsy Smith-Johnson</a></p><p><b>authoredOn</b>: 2024-08-11</p><p><b>requester</b>: <a href=\"Practitioner-Practitioner-JudySalas.html\">Judy Salas, DNP</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 55822004}\">Hyperlipidemia</span></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>po nightly</td></tr></table></div>"
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "617311" ] ;
       fhir:Coding.display [ fhir:value "atorvastatin 40 MG Oral Tablet" ]
     ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2024-08-11"^^xsd:date] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ] ;
     fhir:Reference.display [ fhir:value "Judy Salas, DNP" ]
  ] ;
  fhir:MedicationRequest.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:55822004 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "55822004" ] ;
       fhir:Coding.display [ fhir:value "Hyperlipidemia" ]
     ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "po nightly" ]
  ] .

<http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq4> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "BSJ2-SMPMedReq4"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_BSJ2-SMPMedReq4\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest BSJ2-SMPMedReq4</b></p><a name=\"BSJ2-SMPMedReq4\"> </a><a name=\"hcBSJ2-SMPMedReq4\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU9/StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 312940}\">sertraline 25 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Betsy Smith-Johnson</a></p><p><b>authoredOn</b>: 2024-08-11</p><p><b>requester</b>: <a href=\"Practitioner-Practitioner-JudySalas.html\">Judy Salas, DNP</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 35489007}\">Depressive disorder (disorder)</span></p><p><b>reasonReference</b>: <a href=\"Condition-BSJ2-DepressionDiagnosis.html\">Condition Depressive disorder (disorder)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>po once daily</td></tr></table></div>"
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "312940" ] ;
       fhir:Coding.display [ fhir:value "sertraline 25 MG Oral Tablet" ]
     ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2024-08-11"^^xsd:date] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ] ;
     fhir:Reference.display [ fhir:value "Judy Salas, DNP" ]
  ] ;
  fhir:MedicationRequest.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:35489007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "35489007" ] ;
       fhir:Coding.display [ fhir:value "Depressive disorder (disorder)" ]
     ]
  ] ;
  fhir:MedicationRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ2-DepressionDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ2-DepressionDiagnosis" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "po once daily" ]
  ] .

<http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq9> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "BSJ2-SMPMedReq9"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_BSJ2-SMPMedReq9\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest BSJ2-SMPMedReq9</b></p><a name=\"BSJ2-SMPMedReq9\"> </a><a name=\"hcBSJ2-SMPMedReq9\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU9/StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm $RXNORM#1545664}\">empagliflozin 10 MG Oral Tablet [Jardiance]</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Betsy Smith-Johnson</a></p><p><b>authoredOn</b>: 2024-08-11</p><p><b>requester</b>: <a href=\"Practitioner-Practitioner-JudySalas.html\">Judy Salas, DNP</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 359642000}\">Diabetes mellitus type 2 in nonobese (disorder)</span></p><p><b>reasonReference</b>: <a href=\"Condition-BSJ2-DiabetesDiagnosis.html\">Condition Diabetes mellitus type 2 in nonobese (disorder)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>once daily</td></tr></table></div>"
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "$RXNORM#1545664" ] ;
       fhir:Coding.display [ fhir:value "empagliflozin 10 MG Oral Tablet [Jardiance]" ]
     ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2024-08-11"^^xsd:date] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ] ;
     fhir:Reference.display [ fhir:value "Judy Salas, DNP" ]
  ] ;
  fhir:MedicationRequest.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:359642000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "359642000" ] ;
       fhir:Coding.display [ fhir:value "Diabetes mellitus type 2 in nonobese (disorder)" ]
     ]
  ] ;
  fhir:MedicationRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ2-DiabetesDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ2-DiabetesDiagnosis" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "once daily" ]
  ] .

<http://www.example.org/fhir/CarePlan/BSJ2-DischargeCarePlan> a fhir:CarePlan ;
  fhir:Resource.id [ fhir:value "BSJ2-DischargeCarePlan"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan|8.0.1>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"CarePlan_BSJ2-DischargeCarePlan\"> </a><p class=\"res-header-id\"><b>Generated Narrative: CarePlan BSJ2-DischargeCarePlan</b></p><a name=\"BSJ2-DischargeCarePlan\"> </a><a name=\"hcBSJ2-DischargeCarePlan\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-careplan.html\">US Core CarePlan Profile</a> version: 8.0.1</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/careplan-category assess-plan}\">Assessment and Plan of Treatment</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH16)</a></p><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-BSJ2-PCPFollowUp.html\">ServiceRequest Follow-up visit (procedure)</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest/BSJ2-SNFDischargeDietSalt\">ServiceRequest/BSJ2-SNFDischargeDietSalt</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest/BSJ2-SNFDischargeLabOrderBMP\">ServiceRequest/BSJ2-SNFDischargeLabOrderBMP</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest/BSJ2-SNFDischargeLabOrderCBC\">ServiceRequest/BSJ2-SNFDischargeLabOrderCBC</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest/BSJ2-SNFDischargePTRefer\">ServiceRequest/BSJ2-SNFDischargePTRefer</a></p></blockquote></div>"
  ] ;
  fhir:CarePlan.status [ fhir:value "active"] ;
  fhir:CarePlan.intent [ fhir:value "plan"] ;
  fhir:CarePlan.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/careplan-category" ] ;
       fhir:Coding.code [ fhir:value "assess-plan" ] ;
       fhir:Coding.display [ fhir:value "Assessment and Plan of Treatment" ]
     ]
  ] ;
  fhir:CarePlan.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:CarePlan.activity [
     fhir:index 0 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ2-PCPFollowUp> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ2-PCPFollowUp" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ2-SNFDischargeDietSalt> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ2-SNFDischargeDietSalt" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ2-SNFDischargeLabOrderBMP> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ2-SNFDischargeLabOrderBMP" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ2-SNFDischargeLabOrderCBC> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ2-SNFDischargeLabOrderCBC" ]
     ]
  ], [
     fhir:index 4 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ2-SNFDischargePTRefer> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ2-SNFDischargePTRefer" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> a fhir:Patient .

<http://hl7.org/fhir/ServiceRequest/BSJ2-PCPFollowUp> a fhir:ServiceRequest .

<http://hl7.org/fhir/ServiceRequest/BSJ2-SNFDischargeDietSalt> a fhir:ServiceRequest .

<http://hl7.org/fhir/ServiceRequest/BSJ2-SNFDischargeLabOrderBMP> a fhir:ServiceRequest .

<http://hl7.org/fhir/ServiceRequest/BSJ2-SNFDischargeLabOrderCBC> a fhir:ServiceRequest .

<http://hl7.org/fhir/ServiceRequest/BSJ2-SNFDischargePTRefer> a fhir:ServiceRequest .

<http://www.example.org/fhir/ServiceRequest/BSJ2-PCPFollowUp> a fhir:ServiceRequest ;
  fhir:Resource.id [ fhir:value "BSJ2-PCPFollowUp"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|8.0.1>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_BSJ2-PCPFollowUp\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest BSJ2-PCPFollowUp</b></p><a name=\"BSJ2-PCPFollowUp\"> </a><a name=\"hcBSJ2-PCPFollowUp\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-servicerequest.html\">US Core ServiceRequest Profile</a> version: 8.0.1</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 386053000}\">Evaluation procedure (procedure)</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 185389009}\">Follow-up visit (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH26)</a></p><p><b>occurrence</b>: 2024-05-28</p><p><b>authoredOn</b>: 2024-05-18</p><p><b>requester</b>: <a href=\"PractitionerRole-PractitionerRole-Physician-PriyaSarkar.html\">PractitionerRole Emergency Medicine Physician</a></p></div>"
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:386053000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "386053000" ] ;
       fhir:Coding.display [ fhir:value "Evaluation procedure (procedure)" ]
     ]
  ] ;
  fhir:ServiceRequest.priority [ fhir:value "routine"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:185389009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "185389009" ] ;
       fhir:Coding.display [ fhir:value "Follow-up visit (procedure)" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ]
  ] ;
  fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2024-05-28"^^xsd:date] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2024-05-18"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/PractitionerRole-Physician-PriyaSarkar> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/PractitionerRole-Physician-PriyaSarkar" ]
  ] .

<http://hl7.org/fhir/PractitionerRole/PractitionerRole-Physician-PriyaSarkar> a fhir:PractitionerRole .

<http://www.example.org/fhir/Location/org-Loc-ED-Metro-Hospital> a fhir:Location ;
  fhir:Resource.id [ fhir:value "org-Loc-ED-Metro-Hospital"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Location_org-Loc-ED-Metro-Hospital\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location org-Loc-ED-Metro-Hospital</b></p><a name=\"org-Loc-ED-Metro-Hospital\"> </a><a name=\"hcorg-Loc-ED-Metro-Hospital\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Metro Hospital Emergency Department</p><p><b>telecom</b>: ph: (555) 384-4444</p><p><b>address</b>: 22327 Moross Rd, Detroit, MI 48236</p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Metro Hospital Emergency Department"] ;
  fhir:Location.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(555) 384-4444" ]
  ] ;
  fhir:Location.address [
     fhir:Address.text [ fhir:value "22327 Moross Rd, Detroit, MI 48236" ] ;
     fhir:Address.line [
       fhir:value "22327 Moross Rd, Detroit, MI 48236" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Detroit" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "48236" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] .

<http://www.example.org/fhir/Organization/org-HomeHealth-Motown> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "org-HomeHealth-Motown"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|8.0.1>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_org-HomeHealth-Motown\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization org-HomeHealth-Motown</b></p><a name=\"org-HomeHealth-Motown\"> </a><a name=\"hcorg-HomeHealth-Motown\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-organization.html\">US Core Organization Profile</a> version: 8.0.1</p></div><p><b>active</b>: true</p><p><b>name</b>: Motown Home Health Grand Rapids</p><p><b>telecom</b>: ph: (210) 555-2882</p><p><b>address</b>: 121 Spruce Dr. Grand Rapids, MI 49503</p></div>"
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.name [ fhir:value "Motown Home Health Grand Rapids"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(210) 555-2882" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "121 Spruce Dr. Grand Rapids, MI 49503" ] ;
     fhir:Address.line [
       fhir:value "121 Spruce Dr." ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Grand Rapids" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "49503" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] .

<http://www.example.org/fhir/Practitioner/Practitioner-JudySalas> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "Practitioner-JudySalas"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "4" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2024-09-21T14:11:15.000+00:00"^^xsd:dateTime ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_Practitioner-JudySalas\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Practitioner-JudySalas</b></p><a name=\"Practitioner-JudySalas\"> </a><a name=\"hcPractitioner-JudySalas\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 4; Last updated: 2024-09-21 14:11:15+0000</p></div><p><b>identifier</b>: <code>http://example.org/fhir/MI-state-license</code>/480410286</p><p><b>active</b>: true</p><p><b>name</b>: Judy Salas</p><p><b>telecom</b>: ph: (555) 944-2454, <a href=\"mailto:jsalas@MotownHHA.com\">jsalas@MotownHHA.com</a></p><p><b>address</b>: 17010 Harper Ave, Detroit, MI 48224</p><p><b>gender</b>: Female</p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://example.org/fhir/MI-state-license" ] ;
     fhir:Identifier.value [ fhir:value "480410286" ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Judy Salas" ] ;
     fhir:HumanName.family [ fhir:value "Salas" ] ;
     fhir:HumanName.given [
       fhir:value "Judy" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(555) 944-2454" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "jsalas@MotownHHA.com" ]
  ] ;
  fhir:Practitioner.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "17010 Harper Ave, Detroit, MI 48224" ] ;
     fhir:Address.line [
       fhir:value "17010 Harper Ave" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Detroit" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "48224" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "female"] .

<http://www.example.org/fhir/Practitioner/Practitioner-PriyaSarkar> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "Practitioner-PriyaSarkar"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "4" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2024-09-21T14:11:15.000+00:00"^^xsd:dateTime ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_Practitioner-PriyaSarkar\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Practitioner-PriyaSarkar</b></p><a name=\"Practitioner-PriyaSarkar\"> </a><a name=\"hcPractitioner-PriyaSarkar\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 4; Last updated: 2024-09-21 14:11:15+0000</p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/4362436261</p><p><b>active</b>: true</p><p><b>name</b>: Priya Sarkar</p><p><b>telecom</b>: ph: (555) 375-3777, <a href=\"mailto:psarkar@MetroHospital.com\">psarkar@MetroHospital.com</a></p><p><b>address</b>: 22327 Moross Rd, Detroit, MI 48236</p><p><b>gender</b>: Female</p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
     fhir:Identifier.value [ fhir:value "4362436261" ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Priya Sarkar" ] ;
     fhir:HumanName.family [ fhir:value "Sarkar" ] ;
     fhir:HumanName.given [
       fhir:value "Priya" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(555) 375-3777" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "psarkar@MetroHospital.com" ]
  ] ;
  fhir:Practitioner.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "22327 Moross Rd, Detroit, MI 48236" ] ;
     fhir:Address.line [
       fhir:value "22327 Moross Rd" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Detroit" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "48236" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "female"] .

<http://www.example.org/fhir/PractitionerRole/PractitionerRole-Physician-PriyaSarkar> a fhir:PractitionerRole ;
  fhir:Resource.id [ fhir:value "PractitionerRole-Physician-PriyaSarkar"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_PractitionerRole-Physician-PriyaSarkar\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PractitionerRole-Physician-PriyaSarkar</b></p><a name=\"PractitionerRole-Physician-PriyaSarkar\"> </a><a name=\"hcPractitionerRole-Physician-PriyaSarkar\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Practitioner-PriyaSarkar.html\">Priya Sarkar</a></p><p><b>organization</b>: <a href=\"Organization-org-ED-Metro-Hospital.html\">Metro Hospital Emergency Department</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207P00000X}\">Emergency Medicine Physician</span></p><p><b>location</b>: <a href=\"Location-org-Loc-ED-Metro-Hospital.html\">Location Metro Hospital Emergency Department</a></p></div>"
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-PriyaSarkar> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-PriyaSarkar" ] ;
     fhir:Reference.display [ fhir:value "Priya Sarkar" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/org-ED-Metro-Hospital> ;
     fhir:Reference.reference [ fhir:value "Organization/org-ED-Metro-Hospital" ] ;
     fhir:Reference.display [ fhir:value "Metro Hospital Emergency Department" ]
  ] ;
  fhir:PractitionerRole.code [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ] ;
       fhir:Coding.code [ fhir:value "207P00000X" ] ;
       fhir:Coding.display [ fhir:value "Emergency Medicine Physician" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Location/org-Loc-ED-Metro-Hospital> ;
     fhir:Reference.reference [ fhir:value "Location/org-Loc-ED-Metro-Hospital" ]
  ] .

<http://hl7.org/fhir/Practitioner/Practitioner-PriyaSarkar> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/org-ED-Metro-Hospital> a fhir:Organization .

<http://hl7.org/fhir/Location/org-Loc-ED-Metro-Hospital> a fhir:Location .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/Example-BSJ2-TOCBundle2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/Example-BSJ2-TOCBundle2.ttl> .