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: 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-Smith-Johnson-TOCBundle> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Example-Smith-Johnson-TOCBundle"] ;
  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/BSJ-TOCComposition" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Composition/BSJ-TOCComposition>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient1" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient1>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Encounter/BSJ-Encounter" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Encounter/BSJ-Encounter>
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/AllergyIntolerance/BSJ-AllergyACE" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/AllergyIntolerance/BSJ-AllergyACE>
  ], [
     fhir:index 4 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Condition/BSJ-DressingConcern" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Condition/BSJ-DressingConcern>
  ], [
     fhir:index 5 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Condition/BSJ-HeartDiseaseDiagnosis" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Condition/BSJ-HeartDiseaseDiagnosis>
  ], [
     fhir:index 6 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Condition/BSJ-HemiparesisDiagnosis" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Condition/BSJ-HemiparesisDiagnosis>
  ], [
     fhir:index 7 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Condition/BSJ-HyperlipidemiaDiagnosis" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Condition/BSJ-HyperlipidemiaDiagnosis>
  ], [
     fhir:index 8 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Condition/BSJ-HypertensionDiagnosis" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Condition/BSJ-HypertensionDiagnosis>
  ], [
     fhir:index 9 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Condition/BSJ-StrokeDiagnosis" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Condition/BSJ-StrokeDiagnosis>
  ], [
     fhir:index 10 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Condition/OT-ProblemList-RightWeak" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Condition/OT-ProblemList-RightWeak>
  ], [
     fhir:index 11 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Immunization/BSJ-Immunization-PCV20" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Immunization/BSJ-Immunization-PCV20>
  ], [
     fhir:index 12 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Immunization/BSJ-Immunization-Fluzone" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Immunization/BSJ-Immunization-Fluzone>
  ], [
     fhir:index 13 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/List/BSJ-SMPMedList" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/List/BSJ-SMPMedList>
  ], [
     fhir:index 14 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationStatement/BSJ-SMPMedStmt1" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationStatement/BSJ-SMPMedStmt1>
  ], [
     fhir:index 15 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationStatement/BSJ-SMPMedStmt4" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationStatement/BSJ-SMPMedStmt4>
  ], [
     fhir:index 16 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationStatement/BSJ-SMPMedStmt9" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationStatement/BSJ-SMPMedStmt9>
  ], [
     fhir:index 17 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationRequest/BSJ-SMPMedReq1" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationRequest/BSJ-SMPMedReq1>
  ], [
     fhir:index 18 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationRequest/BSJ-SMPMedReq4" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationRequest/BSJ-SMPMedReq4>
  ], [
     fhir:index 19 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/MedicationRequest/BSJ-SMPMedReq9" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/MedicationRequest/BSJ-SMPMedReq9>
  ], [
     fhir:index 20 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/CarePlan/BSJ-SNFDischargeCarePlan" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/CarePlan/BSJ-SNFDischargeCarePlan>
  ], [
     fhir:index 21 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/ServiceRequest/BSJ-PCPFollowUp" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/ServiceRequest/BSJ-PCPFollowUp>
  ], [
     fhir:index 22 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeCallOrder" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeCallOrder>
  ], [
     fhir:index 23 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeCallOTRefer" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeCallOTRefer>
  ], [
     fhir:index 24 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeCallSLPRefer" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeCallSLPRefer>
  ], [
     fhir:index 25 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeDietSalt" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeDietSalt>
  ], [
     fhir:index 26 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeLabOrderBMP" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeLabOrderBMP>
  ], [
     fhir:index 27 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeLabOrderCBC" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeLabOrderCBC>
  ], [
     fhir:index 28 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargePTRefer" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargePTRefer>
  ], [
     fhir:index 29 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Location/org-Loc-Neuro-Care-Inc" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Location/org-Loc-Neuro-Care-Inc>
  ], [
     fhir:index 30 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Location/org-Loc-PC-Primary-Care-Michigan" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Location/org-Loc-PC-Primary-Care-Michigan>
  ], [
     fhir:index 31 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Location/org-Loc-SNF-Happy-Nursing-Facility" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Location/org-Loc-SNF-Happy-Nursing-Facility>
  ], [
     fhir:index 32 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Location/org-Loc-HomeHealth-Motown" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Location/org-Loc-HomeHealth-Motown>
  ], [
     fhir:index 33 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Organization/org-Neuro-Care-Inc" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Organization/org-Neuro-Care-Inc>
  ], [
     fhir:index 34 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Organization/org-PC-Primary-Care-Michigan" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Organization/org-PC-Primary-Care-Michigan>
  ], [
     fhir:index 35 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Organization/org-SNF-Happy-Nursing-Facility" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Organization/org-SNF-Happy-Nursing-Facility>
  ], [
     fhir:index 36 ;
     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 37 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Practitioner/Example-AnitaChu" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Practitioner/Example-AnitaChu>
  ], [
     fhir:index 38 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Practitioner/Example-GeraldPark" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Practitioner/Example-GeraldPark>
  ], [
     fhir:index 39 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Practitioner/Example-JenCadbury" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Practitioner/Example-JenCadbury>
  ], [
     fhir:index 40 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/Practitioner/Example-NuraMekel" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/Practitioner/Example-NuraMekel>
  ], [
     fhir:index 41 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/PractitionerRole/Role-IMMD-AnitaChu" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/PractitionerRole/Role-IMMD-AnitaChu>
  ], [
     fhir:index 42 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/PractitionerRole/Role-Neuro-NuraMekel" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/PractitionerRole/Role-Neuro-NuraMekel>
  ], [
     fhir:index 43 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/PractitionerRole/Role-OT-JenCadbury" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/PractitionerRole/Role-OT-JenCadbury>
  ], [
     fhir:index 44 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://www.example.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark" ] ;
     fhir:Bundle.entry.resource <http://www.example.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark>
  ] .

<http://www.example.org/fhir/Composition/BSJ-TOCComposition> a fhir:Composition ;
  fhir:Resource.id [ fhir:value "BSJ-TOCComposition"] ;
  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_BSJ-TOCComposition\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition BSJ-TOCComposition</b></p><a name=\"BSJ-TOCComposition\"> </a><a name=\"hcBSJ-TOCComposition\"> </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-Example-JenCadbury.html\">Practitioner Jen Cadbury</a></p><p><b>title</b>: Transitions of Care Document for Betsy Smith-Johnson</p><p><b>custodian</b>: <a href=\"Organization-org-SNF-Happy-Nursing-Facility.html\">Organization Happy Nursing Facility</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-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  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/Example-JenCadbury> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-JenCadbury" ]
  ] ;
  fhir:Composition.title [ fhir:value "Transitions of Care Document for Betsy Smith-Johnson"] ;
  fhir:Composition.custodian [
     fhir:link <http://hl7.org/fhir/Organization/org-SNF-Happy-Nursing-Facility> ;
     fhir:Reference.reference [ fhir:value "Organization/org-SNF-Happy-Nursing-Facility" ]
  ] ;
  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.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/AllergyIntolerance/BSJ-AllergyACE> ;
       fhir:Reference.reference [ fhir:value "AllergyIntolerance/BSJ-AllergyACE" ]
     ]
  ], [
     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.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 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.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Immunization/BSJ-Immunization-PCV20> ;
       fhir:Reference.reference [ fhir:value "Immunization/BSJ-Immunization-PCV20" ]
     ], [
       fhir:index 1 ;
       fhir:link <http://hl7.org/fhir/Immunization/BSJ-Immunization-Fluzone> ;
       fhir:Reference.reference [ fhir:value "Immunization/BSJ-Immunization-Fluzone" ]
     ]
  ], [
     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.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 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/BSJ-SMPMedList> ;
       fhir:Reference.reference [ fhir:value "List/BSJ-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/BSJ-SNFDischargeCarePlan> ;
       fhir:Reference.reference [ fhir:value "CarePlan/BSJ-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/BSJ-DressingConcern> ;
       fhir:Reference.reference [ fhir:value "Condition/BSJ-DressingConcern" ]
     ], [
       fhir:index 1 ;
       fhir:link <http://hl7.org/fhir/Condition/BSJ-HeartDiseaseDiagnosis> ;
       fhir:Reference.reference [ fhir:value "Condition/BSJ-HeartDiseaseDiagnosis" ]
     ], [
       fhir:index 2 ;
       fhir:link <http://hl7.org/fhir/Condition/BSJ-HemiparesisDiagnosis> ;
       fhir:Reference.reference [ fhir:value "Condition/BSJ-HemiparesisDiagnosis" ]
     ], [
       fhir:index 3 ;
       fhir:link <http://hl7.org/fhir/Condition/BSJ-HyperlipidemiaDiagnosis> ;
       fhir:Reference.reference [ fhir:value "Condition/BSJ-HyperlipidemiaDiagnosis" ]
     ], [
       fhir:index 4 ;
       fhir:link <http://hl7.org/fhir/Condition/BSJ-HypertensionDiagnosis> ;
       fhir:Reference.reference [ fhir:value "Condition/BSJ-HypertensionDiagnosis" ]
     ], [
       fhir:index 5 ;
       fhir:link <http://hl7.org/fhir/Condition/BSJ-StrokeDiagnosis> ;
       fhir:Reference.reference [ fhir:value "Condition/BSJ-StrokeDiagnosis" ]
     ], [
       fhir:index 6 ;
       fhir:link <http://hl7.org/fhir/Condition/OT-ProblemList-RightWeak> ;
       fhir:Reference.reference [ fhir:value "Condition/OT-ProblemList-RightWeak" ]
     ]
  ], [
     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.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Encounter/BSJ-Encounter> ;
       fhir:Reference.reference [ fhir:value "Encounter/BSJ-Encounter" ]
     ]
  ], [
     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-Patient1> a fhir:Patient .

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

<http://hl7.org/fhir/Organization/org-SNF-Happy-Nursing-Facility> a fhir:Organization .

<http://hl7.org/fhir/AllergyIntolerance/BSJ-AllergyACE> a fhir:AllergyIntolerance .

<http://hl7.org/fhir/Immunization/BSJ-Immunization-PCV20> a fhir:Immunization .

<http://hl7.org/fhir/Immunization/BSJ-Immunization-Fluzone> a fhir:Immunization .

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

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

<http://hl7.org/fhir/Condition/BSJ-DressingConcern> a fhir:Condition .

<http://hl7.org/fhir/Condition/BSJ-HeartDiseaseDiagnosis> a fhir:Condition .

<http://hl7.org/fhir/Condition/BSJ-HemiparesisDiagnosis> a fhir:Condition .

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

<http://hl7.org/fhir/Condition/BSJ-HypertensionDiagnosis> a fhir:Condition .

<http://hl7.org/fhir/Condition/BSJ-StrokeDiagnosis> a fhir:Condition .

<http://hl7.org/fhir/Condition/OT-ProblemList-RightWeak> a fhir:Condition .

<http://hl7.org/fhir/Encounter/BSJ-Encounter> a fhir:Encounter .

<http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient1> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "Example-Smith-Johnson-Patient1"] ;
  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-Patient1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient Example-Smith-Johnson-Patient1</b></p><a name=\"Example-Smith-Johnson-Patient1\"> </a><a name=\"hcExample-Smith-Johnson-Patient1\"> </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#1AA3D58WH16)</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/1032702 (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 "1032702" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-medicare" ] ;
     fhir:Identifier.value [ fhir:value "1AA3D58WH16" ]
  ] ;
  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/Encounter/BSJ-Encounter> a fhir:Encounter ;
  fhir:Resource.id [ fhir:value "BSJ-Encounter"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|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=\"Encounter_BSJ-Encounter\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter BSJ-Encounter</b></p><a name=\"BSJ-Encounter\"> </a><a name=\"hcBSJ-Encounter\"> </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-encounter.html\">US Core Encounter Profile</a> version: 8.0.1</p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-HH\">ActCode: HH</a> (Home Health)</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 50357006}\">Evaluation and management of patient at home (procedure)</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><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-Role-OT-JenCadbury.html\">PractitionerRole Occupational Therapist</a></td></tr></table><p><b>period</b>: 2024-01-18 --&gt; (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-org-Loc-HomeHealth-Motown.html\">Location Motown Home Health Facility</a></td></tr></table></div>"
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "HH" ] ;
     fhir:Coding.display [ fhir:value "Home Health" ]
  ] ;
  fhir:Encounter.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:50357006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "50357006" ] ;
       fhir:Coding.display [ fhir:value "Evaluation and management of patient at home (procedure)" ]
     ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:Encounter.participant [
     fhir:index 0 ;
     fhir:Encounter.participant.individual [
       fhir:link <http://hl7.org/fhir/PractitionerRole/Role-OT-JenCadbury> ;
       fhir:Reference.reference [ fhir:value "PractitionerRole/Role-OT-JenCadbury" ]
     ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2024-01-18"^^xsd:date ]
  ] ;
  fhir:Encounter.location [
     fhir:index 0 ;
     fhir:Encounter.location.location [
       fhir:link <http://hl7.org/fhir/Location/org-Loc-HomeHealth-Motown> ;
       fhir:Reference.reference [ fhir:value "Location/org-Loc-HomeHealth-Motown" ]
     ]
  ] .

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

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

<http://www.example.org/fhir/AllergyIntolerance/BSJ-AllergyACE> a fhir:AllergyIntolerance ;
  fhir:Resource.id [ fhir:value "BSJ-AllergyACE"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance|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=\"AllergyIntolerance_BSJ-AllergyACE\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance BSJ-AllergyACE</b></p><a name=\"BSJ-AllergyACE\"> </a><a name=\"hcBSJ-AllergyACE\"> </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-allergyintolerance.html\">US Core AllergyIntolerance Profile</a> version: 8.0.1</p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>category</b>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 372733002}\">Substance with angiotensin-converting enzyme inhibitor mechanism of action (substance)</span></p><p><b>patient</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><p><b>asserter</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><p><b>lastOccurrence</b>: 2011-10</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 308963}\">captopril 12.5 MG Oral Tablet</span></td><td><span title=\"Codes:{http://snomed.info/sct 427195008}\">Hyperkalemia caused by angiotensin-converting enzyme inhibitor (disorder)</span></td></tr></table></div>"
  ] ;
  fhir:AllergyIntolerance.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ]
     ]
  ] ;
  fhir:AllergyIntolerance.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ] ;
  fhir:AllergyIntolerance.category [
     fhir:value "medication" ;
     fhir:index 0
  ] ;
  fhir:AllergyIntolerance.criticality [ fhir:value "high"] ;
  fhir:AllergyIntolerance.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:372733002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "372733002" ] ;
       fhir:Coding.display [ fhir:value "Substance with angiotensin-converting enzyme inhibitor mechanism of action (substance)" ]
     ]
  ] ;
  fhir:AllergyIntolerance.patient [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:AllergyIntolerance.asserter [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:AllergyIntolerance.lastOccurrence [ fhir:value "2011-10"^^xsd:gYearMonth] ;
  fhir:AllergyIntolerance.reaction [
     fhir:index 0 ;
     fhir:AllergyIntolerance.reaction.substance [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
         fhir:Coding.code [ fhir:value "308963" ] ;
         fhir:Coding.display [ fhir:value "captopril 12.5 MG Oral Tablet" ]
       ]
     ] ;
     fhir:AllergyIntolerance.reaction.manifestation [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:427195008 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "427195008" ] ;
         fhir:Coding.display [ fhir:value "Hyperkalemia caused by angiotensin-converting enzyme inhibitor (disorder)" ]
       ]
     ]
  ] .

<http://www.example.org/fhir/Condition/BSJ-DressingConcern> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "BSJ-DressingConcern"] ;
  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_BSJ-DressingConcern\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition BSJ-DressingConcern</b></p><a name=\"BSJ-DressingConcern\"> </a><a name=\"hcBSJ-DressingConcern\"> </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 284972002}\">Difficulty performing dressing activity (finding)</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><p><b>recordedDate</b>: 2024-04-27 15:40:00-0400</p><p><b>asserter</b>: <a href=\"PractitionerRole-Role-OT-JenCadbury.html\">PractitionerRole Occupational Therapist</a></p><p><b>note</b>: </p><blockquote><div><p>Betsy is frustrated, embarrassed, and worried about not being able to dress herself</p>\n</div></blockquote></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:284972002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "284972002" ] ;
       fhir:Coding.display [ fhir:value "Difficulty performing dressing activity (finding)" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:Condition.recordedDate [ fhir:value "2024-04-27T15:40:00-04:00"^^xsd:dateTime] ;
  fhir:Condition.asserter [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-OT-JenCadbury> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-OT-JenCadbury" ]
  ] ;
  fhir:Condition.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Betsy is frustrated, embarrassed, and worried about not being able to dress herself" ]
  ] .

<http://www.example.org/fhir/Condition/BSJ-HeartDiseaseDiagnosis> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "BSJ-HeartDiseaseDiagnosis"] ;
  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_BSJ-HeartDiseaseDiagnosis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition BSJ-HeartDiseaseDiagnosis</b></p><a name=\"BSJ-HeartDiseaseDiagnosis\"> </a><a name=\"hcBSJ-HeartDiseaseDiagnosis\"> </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>: 2019-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 414545008}\">Ischemic heart disease (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-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH16)</a></p><p><b>recordedDate</b>: 2019-06-08 14:15:00-0400</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 "2019-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:414545008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "414545008" ] ;
       fhir:Coding.display [ fhir:value "Ischemic heart disease (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-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:Condition.recordedDate [ fhir:value "2019-06-08T14:15:00-04:00"^^xsd:dateTime] ;
  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/BSJ-HemiparesisDiagnosis> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "BSJ-HemiparesisDiagnosis"] ;
  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_BSJ-HemiparesisDiagnosis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition BSJ-HemiparesisDiagnosis</b></p><a name=\"BSJ-HemiparesisDiagnosis\"> </a><a name=\"hcBSJ-HemiparesisDiagnosis\"> </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>: 2024-04-18 13:30:00-0400</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 278286009}\">Right hemiparesis (disorder)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 368209003}\">Right upper arm structure (body structure)</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><p><b>onset</b>: 2024-04-17 15:40:00-0400</p><p><b>recordedDate</b>: 2024-04-18 13:30:00-0400</p><p><b>asserter</b>: <a href=\"PractitionerRole-Role-Neuro-NuraMekel.html\">PractitionerRole Neurology Physician</a></p><p><b>note</b>: </p><blockquote><div><p>Patient began experiencing right sided weakness, primarily in arm and shoulder. There was no facial droop, but patient reports \"tingling\" in R face / numbness along R brow. Symptoms in face resolved post tPA administration. Strength improved in shoulder, weakness did not fully resolve. Demonstrates R arm weakness and lack of coordination. Fine motor skills significantly degraded and have not improved post tPA.</p>\n</div></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/condition-assertedDate" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2024-04-18T13:30:00-04:00"^^xsd:dateTime ]
  ] ;
  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:278286009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "278286009" ] ;
       fhir:Coding.display [ fhir:value "Right hemiparesis (disorder)" ]
     ]
  ] ;
  fhir:Condition.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:368209003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "368209003" ] ;
       fhir:Coding.display [ fhir:value "Right upper arm structure (body structure)" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:Condition.onsetDateTime [ fhir:value "2024-04-17T15:40:00-04:00"^^xsd:dateTime] ;
  fhir:Condition.recordedDate [ fhir:value "2024-04-18T13:30:00-04:00"^^xsd:dateTime] ;
  fhir:Condition.asserter [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-Neuro-NuraMekel> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-Neuro-NuraMekel" ]
  ] ;
  fhir:Condition.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Patient began experiencing right sided weakness, primarily in arm and shoulder. There was no facial droop, but patient reports \"tingling\" in R face / numbness along R brow. Symptoms in face resolved post tPA administration. Strength improved in shoulder, weakness did not fully resolve. Demonstrates R arm weakness and lack of coordination. Fine motor skills significantly degraded and have not improved post tPA." ]
  ] .

<http://hl7.org/fhir/PractitionerRole/Role-Neuro-NuraMekel> a fhir:PractitionerRole .

<http://www.example.org/fhir/Condition/BSJ-HyperlipidemiaDiagnosis> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "BSJ-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_BSJ-HyperlipidemiaDiagnosis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition BSJ-HyperlipidemiaDiagnosis</b></p><a name=\"BSJ-HyperlipidemiaDiagnosis\"> </a><a name=\"hcBSJ-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-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH16)</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-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  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/BSJ-HypertensionDiagnosis> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "BSJ-HypertensionDiagnosis"] ;
  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_BSJ-HypertensionDiagnosis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition BSJ-HypertensionDiagnosis</b></p><a name=\"BSJ-HypertensionDiagnosis\"> </a><a name=\"hcBSJ-HypertensionDiagnosis\"> </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>: 2011-09</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 38341003}\">Hypertensive disorder, systemic arterial (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-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH16)</a></p><p><b>onset</b>: 2011-08</p><p><b>recordedDate</b>: 2011-09-17</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 "2011-09"^^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:38341003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "38341003" ] ;
       fhir:Coding.display [ fhir:value "Hypertensive disorder, systemic arterial (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-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:Condition.onsetDateTime [ fhir:value "2011-08"^^xsd:gYearMonth] ;
  fhir:Condition.recordedDate [ fhir:value "2011-09-17"^^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://www.example.org/fhir/Condition/BSJ-StrokeDiagnosis> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "BSJ-StrokeDiagnosis"] ;
  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_BSJ-StrokeDiagnosis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition BSJ-StrokeDiagnosis</b></p><a name=\"BSJ-StrokeDiagnosis\"> </a><a name=\"hcBSJ-StrokeDiagnosis\"> </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>: 2024-04-17 15:40:00-0400</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 422504002}\">Ischemic stroke (disorder)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 414722000}\">Structure of middle cerebral artery M1 segment (body structure)</span>, <span title=\"Codes:{http://snomed.info/sct 7771000}\">Left</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><p><b>onset</b>: 2024-04-17 15:40:00-0400</p><p><b>recordedDate</b>: 2023-12-15 18:40:00-0400</p><p><b>asserter</b>: <a href=\"PractitionerRole-Role-Neuro-NuraMekel.html\">PractitionerRole Neurology Physician</a></p><p><b>note</b>: </p><blockquote><div><p>Partial occlusion of MCA. Stroke event witnessed. EMS response / patient arrived within 45 minutes of symptom onset. Verified by CT with contrast. tPA administered within 2 hours of symptom onset.</p>\n</div></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/condition-assertedDate" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2024-04-17T15:40:00-04:00"^^xsd:dateTime ]
  ] ;
  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:422504002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "422504002" ] ;
       fhir:Coding.display [ fhir:value "Ischemic stroke (disorder)" ]
     ]
  ] ;
  fhir:Condition.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:414722000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "414722000" ] ;
       fhir:Coding.display [ fhir:value "Structure of middle cerebral artery M1 segment (body structure)" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:7771000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "7771000" ] ;
       fhir:Coding.display [ fhir:value "Left" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:Condition.onsetDateTime [ fhir:value "2024-04-17T15:40:00-04:00"^^xsd:dateTime] ;
  fhir:Condition.recordedDate [ fhir:value "2023-12-15T18:40:00-04:00"^^xsd:dateTime] ;
  fhir:Condition.asserter [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-Neuro-NuraMekel> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-Neuro-NuraMekel" ]
  ] ;
  fhir:Condition.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Partial occlusion of MCA. Stroke event witnessed. EMS response / patient arrived within 45 minutes of symptom onset. Verified by CT with contrast. tPA administered within 2 hours of symptom onset." ]
  ] .

<http://www.example.org/fhir/Condition/OT-ProblemList-RightWeak> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "OT-ProblemList-RightWeak"] ;
  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 "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_OT-ProblemList-RightWeak\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition OT-ProblemList-RightWeak</b></p><a name=\"OT-ProblemList-RightWeak\"> </a><a name=\"hcOT-ProblemList-RightWeak\"> </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>Condition Asserted Date</b>: 2024-04-17 15:40:00-0400</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 problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 713512009}\">Muscle weakness of upper limb (finding)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 368209003}\">Right upper arm structure (body structure)</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><p><b>recordedDate</b>: 2024-04-27 15:40:00-0400</p><p><b>asserter</b>: <a href=\"PractitionerRole-Role-OT-JenCadbury.html\">PractitionerRole Occupational Therapist</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-BSJ-HemiparesisDiagnosis.html\">Condition Right hemiparesis (disorder)</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>The weakness and lack of coordination in the patient's right shoulder, arm, and hand are secondary to the stroke. PT/OT from SNF report improvements to rotator cuff strength over last month.</p>\n</div></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/condition-assertedDate" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2024-04-17T15:40:00-04:00"^^xsd:dateTime ]
  ] ;
  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:713512009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "713512009" ] ;
       fhir:Coding.display [ fhir:value "Muscle weakness of upper limb (finding)" ]
     ]
  ] ;
  fhir:Condition.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:368209003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "368209003" ] ;
       fhir:Coding.display [ fhir:value "Right upper arm structure (body structure)" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:Condition.recordedDate [ fhir:value "2024-04-27T15:40:00-04:00"^^xsd:dateTime] ;
  fhir:Condition.asserter [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-OT-JenCadbury> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-OT-JenCadbury" ]
  ] ;
  fhir:Condition.evidence [
     fhir:index 0 ;
     fhir:Condition.evidence.detail [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Condition/BSJ-HemiparesisDiagnosis> ;
       fhir:Reference.reference [ fhir:value "Condition/BSJ-HemiparesisDiagnosis" ]
     ]
  ] ;
  fhir:Condition.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "The weakness and lack of coordination in the patient's right shoulder, arm, and hand are secondary to the stroke. PT/OT from SNF report improvements to rotator cuff strength over last month." ]
  ] .

<http://www.example.org/fhir/Immunization/BSJ-Immunization-PCV20> a fhir:Immunization ;
  fhir:Resource.id [ fhir:value "BSJ-Immunization-PCV20"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|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=\"Immunization_BSJ-Immunization-PCV20\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Immunization BSJ-Immunization-PCV20</b></p><a name=\"BSJ-Immunization-PCV20\"> </a><a name=\"hcBSJ-Immunization-PCV20\"> </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-immunization.html\">US Core Immunization Profile</a> version: 8.0.1</p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 133}\">pneumococcal conjugate vaccine, 13 valent</span></p><p><b>patient</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>occurrence</b>: 2025-11-19 15:00:00-0800</p><p><b>primarySource</b>: false</p><p><b>location</b>: <a href=\"Location-org-Loc-HomeHealth-Motown.html\">Home Health - Motown</a></p><p><b>lotNumber</b>: AAJN88P</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">Dr. Gerald Park</a></td></tr></table></div>"
  ] ;
  fhir:Immunization.status [ fhir:value "completed"] ;
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/cvx" ] ;
       fhir:Coding.code [ fhir:value "133" ] ;
       fhir:Coding.display [ fhir:value "pneumococcal conjugate vaccine, 13 valent" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "pneumococcal conjugate vaccine, 13 valent" ]
  ] ;
  fhir:Immunization.patient [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:Immunization.occurrenceDateTime [ fhir:value "2025-11-19T15:00:00-08:00"^^xsd:dateTime] ;
  fhir:Immunization.primarySource [ fhir:value "false"^^xsd:boolean] ;
  fhir:Immunization.location [
     fhir:link <http://hl7.org/fhir/Location/org-Loc-HomeHealth-Motown> ;
     fhir:Reference.reference [ fhir:value "Location/org-Loc-HomeHealth-Motown" ] ;
     fhir:Reference.display [ fhir:value "Home Health - Motown" ]
  ] ;
  fhir:Immunization.lotNumber [ fhir:value "AAJN88P"] ;
  fhir:Immunization.performer [
     fhir:index 0 ;
     fhir:Immunization.performer.actor [
       fhir:link <http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> ;
       fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ] ;
       fhir:Reference.display [ fhir:value "Dr. Gerald Park" ]
     ]
  ] .

<http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> a fhir:PractitionerRole .

<http://www.example.org/fhir/Immunization/BSJ-Immunization-Fluzone> a fhir:Immunization ;
  fhir:Resource.id [ fhir:value "BSJ-Immunization-Fluzone"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|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=\"Immunization_BSJ-Immunization-Fluzone\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Immunization BSJ-Immunization-Fluzone</b></p><a name=\"BSJ-Immunization-Fluzone\"> </a><a name=\"hcBSJ-Immunization-Fluzone\"> </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-immunization.html\">US Core Immunization Profile</a> version: 8.0.1</p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 197}\">Influenza, high-dose, quadrivalent, PF</span></p><p><b>patient</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>occurrence</b>: 2025-11-19 15:00:00-0800</p><p><b>primarySource</b>: false</p><p><b>location</b>: <a href=\"Location-org-Loc-HomeHealth-Motown.html\">Home Health - Motown</a></p><p><b>lotNumber</b>: AAJN55Q</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">Dr. Gerald Park</a></td></tr></table></div>"
  ] ;
  fhir:Immunization.status [ fhir:value "completed"] ;
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/cvx" ] ;
       fhir:Coding.code [ fhir:value "197" ] ;
       fhir:Coding.display [ fhir:value "Influenza, high-dose, quadrivalent, PF" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Influenza, high-dose, quadrivalent, PF" ]
  ] ;
  fhir:Immunization.patient [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:Immunization.occurrenceDateTime [ fhir:value "2025-11-19T15:00:00-08:00"^^xsd:dateTime] ;
  fhir:Immunization.primarySource [ fhir:value "false"^^xsd:boolean] ;
  fhir:Immunization.location [
     fhir:link <http://hl7.org/fhir/Location/org-Loc-HomeHealth-Motown> ;
     fhir:Reference.reference [ fhir:value "Location/org-Loc-HomeHealth-Motown" ] ;
     fhir:Reference.display [ fhir:value "Home Health - Motown" ]
  ] ;
  fhir:Immunization.lotNumber [ fhir:value "AAJN55Q"] ;
  fhir:Immunization.performer [
     fhir:index 0 ;
     fhir:Immunization.performer.actor [
       fhir:link <http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> ;
       fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ] ;
       fhir:Reference.display [ fhir:value "Dr. Gerald Park" ]
     ]
  ] .

<http://www.example.org/fhir/List/BSJ-SMPMedList> a fhir:List ;
  fhir:Resource.id [ fhir:value "BSJ-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_BSJ-SMPMedList\"> </a><p class=\"res-header-id\"><b>Generated Narrative: List BSJ-SMPMedList</b></p><a name=\"BSJ-SMPMedList\"> </a><a name=\"hcBSJ-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 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-Patient1.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-BSJ-SMPMedStmt1.html\">atorvastatin 40 MG Oral Tablet</a></td><td>2024-08-11</td></tr><tr><td><a href=\"MedicationStatement-BSJ-SMPMedStmt4.html\">losartan potassium 25 MG Oral Tablet</a></td><td>2024-08-11</td></tr><tr><td><a href=\"MedicationStatement-BSJ-SMPMedStmt9.html\">clopidogrel 75 MG Oral Tablet</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 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-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ;
     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/Example-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-GeraldPark" ] ;
     fhir:Reference.display [ fhir:value "Dr. Gerald Park" ]
  ] ;
  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/BSJ-SMPMedStmt1> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/BSJ-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/BSJ-SMPMedStmt4> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/BSJ-SMPMedStmt4" ] ;
       fhir:Reference.display [ fhir:value "losartan potassium 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/BSJ-SMPMedStmt9> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/BSJ-SMPMedStmt9" ] ;
       fhir:Reference.display [ fhir:value "clopidogrel 75 MG Oral Tablet" ]
     ]
  ] .

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

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

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

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

<http://www.example.org/fhir/MedicationStatement/BSJ-SMPMedStmt1> a fhir:MedicationStatement ;
  fhir:Resource.id [ fhir:value "BSJ-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_BSJ-SMPMedStmt1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BSJ-SMPMedStmt1</b></p><a name=\"BSJ-SMPMedStmt1\"> </a><a name=\"hcBSJ-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-BSJ-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-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>dateAsserted</b>: 2024-08-11</p><p><b>informationSource</b>: <a href=\"Practitioner-Example-GeraldPark.html\">Dr. Gerald Park</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 55822004}\">Hyperlipidemia</span></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/BSJ-SMPMedReq1> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/BSJ-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-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ;
     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/Example-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-GeraldPark" ] ;
     fhir:Reference.display [ fhir:value "Dr. Gerald Park" ]
  ] ;
  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.dosage [
     fhir:index 0 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "po nightly" ]
  ] .

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

<http://www.example.org/fhir/MedicationStatement/BSJ-SMPMedStmt4> a fhir:MedicationStatement ;
  fhir:Resource.id [ fhir:value "BSJ-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_BSJ-SMPMedStmt4\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BSJ-SMPMedStmt4</b></p><a name=\"BSJ-SMPMedStmt4\"> </a><a name=\"hcBSJ-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-BSJ-SMPMedReq4.html\">MedicationRequest: status = active; intent = order; medication[x] = losartan potassium 25 MG Oral Tablet; authoredOn = 2024-08-11; reasonCode = Hypertensive disorder, systemic arterial (disorder)</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 979485}\">losartan potassium 25 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>dateAsserted</b>: 2024-08-11</p><p><b>informationSource</b>: <a href=\"Practitioner-Example-GeraldPark.html\">Dr. Gerald Park</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 38341003}\">Hypertensive disorder, systemic arterial (disorder)</span></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/BSJ-SMPMedReq4> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/BSJ-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 "979485" ] ;
       fhir:Coding.display [ fhir:value "losartan potassium 25 MG Oral Tablet" ]
     ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ;
     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/Example-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-GeraldPark" ] ;
     fhir:Reference.display [ fhir:value "Dr. Gerald Park" ]
  ] ;
  fhir:MedicationStatement.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:38341003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "38341003" ] ;
       fhir:Coding.display [ fhir:value "Hypertensive disorder, systemic arterial (disorder)" ]
     ]
  ] ;
  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/BSJ-SMPMedReq4> a fhir:MedicationRequest .

<http://www.example.org/fhir/MedicationStatement/BSJ-SMPMedStmt9> a fhir:MedicationStatement ;
  fhir:Resource.id [ fhir:value "BSJ-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_BSJ-SMPMedStmt9\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BSJ-SMPMedStmt9</b></p><a name=\"BSJ-SMPMedStmt9\"> </a><a name=\"hcBSJ-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-BSJ-SMPMedReq9.html\">MedicationRequest: status = active; intent = order; medication[x] = clopidogrel 75 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 309362}\">clopidogrel 75 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>dateAsserted</b>: 2024-08-11</p><p><b>informationSource</b>: <a href=\"Practitioner-Example-GeraldPark.html\">Dr. Gerald Park</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 55822004}\">Hyperlipidemia</span></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/BSJ-SMPMedReq9> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/BSJ-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 "309362" ] ;
       fhir:Coding.display [ fhir:value "clopidogrel 75 MG Oral Tablet" ]
     ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ;
     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/Example-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-GeraldPark" ] ;
     fhir:Reference.display [ fhir:value "Dr. Gerald Park" ]
  ] ;
  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.dosage [
     fhir:index 0 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "po nightly" ]
  ] .

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

<http://www.example.org/fhir/MedicationRequest/BSJ-SMPMedReq1> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "BSJ-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_BSJ-SMPMedReq1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest BSJ-SMPMedReq1</b></p><a name=\"BSJ-SMPMedReq1\"> </a><a name=\"hcBSJ-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-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>authoredOn</b>: 2024-08-11</p><p><b>requester</b>: <a href=\"Practitioner-Example-JenCadbury.html\">Dr. Jen Cadbury</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-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ;
     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/Example-JenCadbury> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-JenCadbury" ] ;
     fhir:Reference.display [ fhir:value "Dr. Jen Cadbury" ]
  ] ;
  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/BSJ-SMPMedReq4> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "BSJ-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_BSJ-SMPMedReq4\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest BSJ-SMPMedReq4</b></p><a name=\"BSJ-SMPMedReq4\"> </a><a name=\"hcBSJ-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 979485}\">losartan potassium 25 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>authoredOn</b>: 2024-08-11</p><p><b>requester</b>: <a href=\"Practitioner-Example-JenCadbury.html\">Dr. Jen Cadbury</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 38341003}\">Hypertensive disorder, systemic arterial (disorder)</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 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 "979485" ] ;
       fhir:Coding.display [ fhir:value "losartan potassium 25 MG Oral Tablet" ]
     ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ;
     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/Example-JenCadbury> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-JenCadbury" ] ;
     fhir:Reference.display [ fhir:value "Dr. Jen Cadbury" ]
  ] ;
  fhir:MedicationRequest.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:38341003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "38341003" ] ;
       fhir:Coding.display [ fhir:value "Hypertensive disorder, systemic arterial (disorder)" ]
     ]
  ] ;
  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/BSJ-SMPMedReq9> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "BSJ-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_BSJ-SMPMedReq9\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest BSJ-SMPMedReq9</b></p><a name=\"BSJ-SMPMedReq9\"> </a><a name=\"hcBSJ-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 309362}\">clopidogrel 75 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>authoredOn</b>: 2024-08-11</p><p><b>requester</b>: <a href=\"Practitioner-Example-JenCadbury.html\">Dr. Jen Cadbury</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 "309362" ] ;
       fhir:Coding.display [ fhir:value "clopidogrel 75 MG Oral Tablet" ]
     ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ;
     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/Example-JenCadbury> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-JenCadbury" ] ;
     fhir:Reference.display [ fhir:value "Dr. Jen Cadbury" ]
  ] ;
  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/CarePlan/BSJ-SNFDischargeCarePlan> a fhir:CarePlan ;
  fhir:Resource.id [ fhir:value "BSJ-SNFDischargeCarePlan"] ;
  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_BSJ-SNFDischargeCarePlan\"> </a><p class=\"res-header-id\"><b>Generated Narrative: CarePlan BSJ-SNFDischargeCarePlan</b></p><a name=\"BSJ-SNFDischargeCarePlan\"> </a><a name=\"hcBSJ-SNFDischargeCarePlan\"> </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-BSJ-PCPFollowUp.html\">ServiceRequest Follow-up visit (procedure)</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-BSJ-SNFDischargeCallOrder.html\">ServiceRequest Informing doctor (procedure)</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-BSJ-SNFDischargeCallOTRefer.html\">ServiceRequest Occupational therapy assessment (procedure)</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-BSJ-SNFDischargeCallSLPRefer.html\">ServiceRequest Speech therapy assessment (procedure)</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-BSJ-SNFDischargeDietSalt.html\">ServiceRequest Decreased fat and oil diet (regime/therapy)</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-BSJ-SNFDischargeLabOrderBMP.html\">ServiceRequest Blood chemistry (procedure)</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-BSJ-SNFDischargeLabOrderCBC.html\">ServiceRequest Complete blood count without differential (procedure)</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-BSJ-SNFDischargePTRefer.html\">ServiceRequest Physical therapy assessment (procedure)</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/BSJ-PCPFollowUp> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ-PCPFollowUp" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ-SNFDischargeCallOrder> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ-SNFDischargeCallOrder" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ-SNFDischargeCallOTRefer> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ-SNFDischargeCallOTRefer" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ-SNFDischargeCallSLPRefer> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ-SNFDischargeCallSLPRefer" ]
     ]
  ], [
     fhir:index 4 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ-SNFDischargeDietSalt> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ-SNFDischargeDietSalt" ]
     ]
  ], [
     fhir:index 5 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ-SNFDischargeLabOrderBMP> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ-SNFDischargeLabOrderBMP" ]
     ]
  ], [
     fhir:index 6 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ-SNFDischargeLabOrderCBC> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ-SNFDischargeLabOrderCBC" ]
     ]
  ], [
     fhir:index 7 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/BSJ-SNFDischargePTRefer> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/BSJ-SNFDischargePTRefer" ]
     ]
  ] .

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

<http://hl7.org/fhir/ServiceRequest/BSJ-SNFDischargeCallOrder> a fhir:ServiceRequest .

<http://hl7.org/fhir/ServiceRequest/BSJ-SNFDischargeCallOTRefer> a fhir:ServiceRequest .

<http://hl7.org/fhir/ServiceRequest/BSJ-SNFDischargeCallSLPRefer> a fhir:ServiceRequest .

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

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

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

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

<http://www.example.org/fhir/ServiceRequest/BSJ-PCPFollowUp> a fhir:ServiceRequest ;
  fhir:Resource.id [ fhir:value "BSJ-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_BSJ-PCPFollowUp\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest BSJ-PCPFollowUp</b></p><a name=\"BSJ-PCPFollowUp\"> </a><a name=\"hcBSJ-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-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH16)</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-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family 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-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  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/Role-SNFDoc-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ]
  ] .

<http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeCallOrder> a fhir:ServiceRequest ;
  fhir:Resource.id [ fhir:value "BSJ-SNFDischargeCallOrder"] ;
  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_BSJ-SNFDischargeCallOrder\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest BSJ-SNFDischargeCallOrder</b></p><a name=\"BSJ-SNFDischargeCallOrder\"> </a><a name=\"hcBSJ-SNFDischargeCallOrder\"> </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 304562007}\">Informing doctor (procedure)</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><p><b>occurrence</b>: 2024-05-18 --&gt; (ongoing)</p><p><b>authoredOn</b>: 2024-05-18</p><p><b>requester</b>: <a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family 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:304562007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "304562007" ] ;
       fhir:Coding.display [ fhir:value "Informing doctor (procedure)" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:ServiceRequest.occurrencePeriod [
     fhir:Period.start [ fhir:value "2024-05-18"^^xsd:date ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2024-05-18"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ]
  ] .

<http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeCallOTRefer> a fhir:ServiceRequest ;
  fhir:Resource.id [ fhir:value "BSJ-SNFDischargeCallOTRefer"] ;
  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_BSJ-SNFDischargeCallOTRefer\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest BSJ-SNFDischargeCallOTRefer</b></p><a name=\"BSJ-SNFDischargeCallOTRefer\"> </a><a name=\"hcBSJ-SNFDischargeCallOTRefer\"> </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 410155007}\">Occupational therapy assessment (procedure)</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><p><b>occurrence</b>: 2024-05-18 --&gt; (ongoing)</p><p><b>authoredOn</b>: 2024-05-18</p><p><b>requester</b>: <a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family Medicine) Physician</a></p><p><b>reasonReference</b>: <a href=\"Condition-BSJ-HemiparesisDiagnosis.html\">Condition Right hemiparesis (disorder)</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:410155007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "410155007" ] ;
       fhir:Coding.display [ fhir:value "Occupational therapy assessment (procedure)" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:ServiceRequest.occurrencePeriod [
     fhir:Period.start [ fhir:value "2024-05-18"^^xsd:date ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2024-05-18"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ]
  ] ;
  fhir:ServiceRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ-HemiparesisDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ-HemiparesisDiagnosis" ]
  ] .

<http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeCallSLPRefer> a fhir:ServiceRequest ;
  fhir:Resource.id [ fhir:value "BSJ-SNFDischargeCallSLPRefer"] ;
  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_BSJ-SNFDischargeCallSLPRefer\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest BSJ-SNFDischargeCallSLPRefer</b></p><a name=\"BSJ-SNFDischargeCallSLPRefer\"> </a><a name=\"hcBSJ-SNFDischargeCallSLPRefer\"> </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 410161005}\">Speech therapy assessment (procedure)</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><p><b>occurrence</b>: 2024-05-18 --&gt; (ongoing)</p><p><b>authoredOn</b>: 2024-05-18</p><p><b>requester</b>: <a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family 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:410161005 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "410161005" ] ;
       fhir:Coding.display [ fhir:value "Speech therapy assessment (procedure)" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:ServiceRequest.occurrencePeriod [
     fhir:Period.start [ fhir:value "2024-05-18"^^xsd:date ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2024-05-18"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ]
  ] .

<http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeDietSalt> a fhir:ServiceRequest ;
  fhir:Resource.id [ fhir:value "BSJ-SNFDischargeDietSalt"] ;
  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_BSJ-SNFDischargeDietSalt\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest BSJ-SNFDischargeDietSalt</b></p><a name=\"BSJ-SNFDischargeDietSalt\"> </a><a name=\"hcBSJ-SNFDischargeDietSalt\"> </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 1055207008}\">Decreased fat and oil diet (regime/therapy)</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><p><b>occurrence</b>: 2024-05-18 --&gt; (ongoing)</p><p><b>authoredOn</b>: 2024-05-18</p><p><b>requester</b>: <a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family Medicine) Physician</a></p><p><b>reasonReference</b>: </p><ul><li><a href=\"Condition-BSJ-HeartDiseaseDiagnosis.html\">Condition Ischemic heart disease (disorder)</a></li><li><a href=\"Condition-BSJ-HyperlipidemiaDiagnosis.html\">Condition Hyperlipidemia (disorder)</a></li></ul></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:1055207008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "1055207008" ] ;
       fhir:Coding.display [ fhir:value "Decreased fat and oil diet (regime/therapy)" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:ServiceRequest.occurrencePeriod [
     fhir:Period.start [ fhir:value "2024-05-18"^^xsd:date ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2024-05-18"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ]
  ] ;
  fhir:ServiceRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ-HeartDiseaseDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ-HeartDiseaseDiagnosis" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ-HyperlipidemiaDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ-HyperlipidemiaDiagnosis" ]
  ] .

<http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeLabOrderBMP> a fhir:ServiceRequest ;
  fhir:Resource.id [ fhir:value "BSJ-SNFDischargeLabOrderBMP"] ;
  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_BSJ-SNFDischargeLabOrderBMP\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest BSJ-SNFDischargeLabOrderBMP</b></p><a name=\"BSJ-SNFDischargeLabOrderBMP\"> </a><a name=\"hcBSJ-SNFDischargeLabOrderBMP\"> </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 108252007}\">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 166312007}\">Blood chemistry (procedure)</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><p><b>occurrence</b>: 2024-05-28</p><p><b>authoredOn</b>: 2024-05-18</p><p><b>requester</b>: <a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family Medicine) Physician</a></p><p><b>reasonReference</b>: </p><ul><li><a href=\"Condition-BSJ-HeartDiseaseDiagnosis.html\">Condition Ischemic heart disease (disorder)</a></li><li><a href=\"Condition-BSJ-HyperlipidemiaDiagnosis.html\">Condition Hyperlipidemia (disorder)</a></li></ul></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:108252007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "108252007" ] ;
       fhir:Coding.display [ fhir:value "Laboratory procedure" ]
     ]
  ] ;
  fhir:ServiceRequest.priority [ fhir:value "routine"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:166312007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "166312007" ] ;
       fhir:Coding.display [ fhir:value "Blood chemistry (procedure)" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  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/Role-SNFDoc-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ]
  ] ;
  fhir:ServiceRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ-HeartDiseaseDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ-HeartDiseaseDiagnosis" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ-HyperlipidemiaDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ-HyperlipidemiaDiagnosis" ]
  ] .

<http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargeLabOrderCBC> a fhir:ServiceRequest ;
  fhir:Resource.id [ fhir:value "BSJ-SNFDischargeLabOrderCBC"] ;
  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_BSJ-SNFDischargeLabOrderCBC\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest BSJ-SNFDischargeLabOrderCBC</b></p><a name=\"BSJ-SNFDischargeLabOrderCBC\"> </a><a name=\"hcBSJ-SNFDischargeLabOrderCBC\"> </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 108252007}\">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 43789009}\">Complete blood count without differential (procedure)</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><p><b>occurrence</b>: 2024-05-28</p><p><b>authoredOn</b>: 2024-05-18</p><p><b>requester</b>: <a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family Medicine) Physician</a></p><p><b>reasonReference</b>: <a href=\"Condition-BSJ-HeartDiseaseDiagnosis.html\">Condition Ischemic heart disease (disorder)</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:108252007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "108252007" ] ;
       fhir:Coding.display [ fhir:value "Laboratory procedure" ]
     ]
  ] ;
  fhir:ServiceRequest.priority [ fhir:value "routine"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:43789009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "43789009" ] ;
       fhir:Coding.display [ fhir:value "Complete blood count without differential (procedure)" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  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/Role-SNFDoc-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ]
  ] ;
  fhir:ServiceRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ-HeartDiseaseDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ-HeartDiseaseDiagnosis" ]
  ] .

<http://www.example.org/fhir/ServiceRequest/BSJ-SNFDischargePTRefer> a fhir:ServiceRequest ;
  fhir:Resource.id [ fhir:value "BSJ-SNFDischargePTRefer"] ;
  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_BSJ-SNFDischargePTRefer\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest BSJ-SNFDischargePTRefer</b></p><a name=\"BSJ-SNFDischargePTRefer\"> </a><a name=\"hcBSJ-SNFDischargePTRefer\"> </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 410158009}\">Physical therapy assessment (procedure)</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><p><b>occurrence</b>: 2024-05-18 --&gt; (ongoing)</p><p><b>authoredOn</b>: 2024-05-18</p><p><b>requester</b>: <a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family Medicine) Physician</a></p><p><b>reasonReference</b>: <a href=\"Condition-BSJ-HemiparesisDiagnosis.html\">Condition Right hemiparesis (disorder)</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:410158009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "410158009" ] ;
       fhir:Coding.display [ fhir:value "Physical therapy assessment (procedure)" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:ServiceRequest.occurrencePeriod [
     fhir:Period.start [ fhir:value "2024-05-18"^^xsd:date ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2024-05-18"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ]
  ] ;
  fhir:ServiceRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ-HemiparesisDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ-HemiparesisDiagnosis" ]
  ] .

<http://www.example.org/fhir/Location/org-Loc-Neuro-Care-Inc> a fhir:Location ;
  fhir:Resource.id [ fhir:value "org-Loc-Neuro-Care-Inc"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|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=\"Location_org-Loc-Neuro-Care-Inc\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location org-Loc-Neuro-Care-Inc</b></p><a name=\"org-Loc-Neuro-Care-Inc\"> </a><a name=\"hcorg-Loc-Neuro-Care-Inc\"> </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-location.html\">US Core Location Profile</a> version: 8.0.1</p></div><p><b>status</b>: Active</p><p><b>name</b>: Neuro Care Inc.</p><p><b>address</b>: 177 Branching Tree Blvd, Grand Rapids, MI 49509</p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Neuro Care Inc."] ;
  fhir:Location.address [
     fhir:Address.text [ fhir:value "177 Branching Tree Blvd, Grand Rapids, MI 49509" ] ;
     fhir:Address.line [
       fhir:value "177 Branching Tree Blvd" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Grand Rapids" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "49509" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] .

<http://www.example.org/fhir/Location/org-Loc-PC-Primary-Care-Michigan> a fhir:Location ;
  fhir:Resource.id [ fhir:value "org-Loc-PC-Primary-Care-Michigan"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|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=\"Location_org-Loc-PC-Primary-Care-Michigan\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location org-Loc-PC-Primary-Care-Michigan</b></p><a name=\"org-Loc-PC-Primary-Care-Michigan\"> </a><a name=\"hcorg-Loc-PC-Primary-Care-Michigan\"> </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-location.html\">US Core Location Profile</a> version: 8.0.1</p></div><p><b>status</b>: Active</p><p><b>name</b>: Michigan Primary Health Care Associates</p><p><b>address</b>: 123 Spruce Dr. Grand Rapids, MI 49503</p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Michigan Primary Health Care Associates"] ;
  fhir:Location.address [
     fhir:Address.text [ fhir:value "123 Spruce Dr. Grand Rapids, MI 49503" ] ;
     fhir:Address.line [
       fhir:value "123 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/Location/org-Loc-SNF-Happy-Nursing-Facility> a fhir:Location ;
  fhir:Resource.id [ fhir:value "org-Loc-SNF-Happy-Nursing-Facility"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|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=\"Location_org-Loc-SNF-Happy-Nursing-Facility\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location org-Loc-SNF-Happy-Nursing-Facility</b></p><a name=\"org-Loc-SNF-Happy-Nursing-Facility\"> </a><a name=\"hcorg-Loc-SNF-Happy-Nursing-Facility\"> </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-location.html\">US Core Location Profile</a> version: 8.0.1</p></div><p><b>status</b>: Active</p><p><b>name</b>: Happy Nursing Facility</p><p><b>address</b>: 8100 Pinebrook Dr, Grand Rapids, MI 49504</p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Happy Nursing Facility"] ;
  fhir:Location.address [
     fhir:Address.text [ fhir:value "8100 Pinebrook Dr, Grand Rapids, MI 49504" ] ;
     fhir:Address.line [
       fhir:value "8100 Pinebrook Dr" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Grand Rapids" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "49504" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] .

<http://www.example.org/fhir/Location/org-Loc-HomeHealth-Motown> a fhir:Location ;
  fhir:Resource.id [ fhir:value "org-Loc-HomeHealth-Motown"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|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=\"Location_org-Loc-HomeHealth-Motown\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location org-Loc-HomeHealth-Motown</b></p><a name=\"org-Loc-HomeHealth-Motown\"> </a><a name=\"hcorg-Loc-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-location.html\">US Core Location Profile</a> version: 8.0.1</p></div><p><b>status</b>: Active</p><p><b>name</b>: Motown Home Health Facility</p><p><b>address</b>: 121 Spruce Dr. Grand Rapids, MI 49503</p><p><b>managingOrganization</b>: <a href=\"Organization-org-HomeHealth-Motown.html\">Organization Motown Home Health Grand Rapids</a></p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Motown Home Health Facility"] ;
  fhir:Location.address [
     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" ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/org-HomeHealth-Motown> ;
     fhir:Reference.reference [ fhir:value "Organization/org-HomeHealth-Motown" ]
  ] .

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

<http://www.example.org/fhir/Organization/org-Neuro-Care-Inc> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "org-Neuro-Care-Inc"] ;
  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-Neuro-Care-Inc\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization org-Neuro-Care-Inc</b></p><a name=\"org-Neuro-Care-Inc\"> </a><a name=\"hcorg-Neuro-Care-Inc\"> </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>: Neuro Care Inc.</p><p><b>telecom</b>: ph: (210) 555 5555</p><p><b>address</b>: 177 Branching Tree Blvd, Grand Rapids, MI 49509</p></div>"
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.name [ fhir:value "Neuro Care Inc."] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(210) 555 5555" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "177 Branching Tree Blvd, Grand Rapids, MI 49509" ] ;
     fhir:Address.line [
       fhir:value "177 Branching Tree Blvd" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Grand Rapids" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "49509" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] .

<http://www.example.org/fhir/Organization/org-PC-Primary-Care-Michigan> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "org-PC-Primary-Care-Michigan"] ;
  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-PC-Primary-Care-Michigan\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization org-PC-Primary-Care-Michigan</b></p><a name=\"org-PC-Primary-Care-Michigan\"> </a><a name=\"hcorg-PC-Primary-Care-Michigan\"> </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>: Michigan Primary Health Care Associates</p><p><b>telecom</b>: ph: (616) 555-1212</p><p><b>address</b>: 123 Spruce Dr. Grand Rapids, MI 49503</p></div>"
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.name [ fhir:value "Michigan Primary Health Care Associates"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(616) 555-1212" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "123 Spruce Dr. Grand Rapids, MI 49503" ] ;
     fhir:Address.line [
       fhir:value "123 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/Organization/org-SNF-Happy-Nursing-Facility> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "org-SNF-Happy-Nursing-Facility"] ;
  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-SNF-Happy-Nursing-Facility\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization org-SNF-Happy-Nursing-Facility</b></p><a name=\"org-SNF-Happy-Nursing-Facility\"> </a><a name=\"hcorg-SNF-Happy-Nursing-Facility\"> </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>: Happy Nursing Facility</p><p><b>telecom</b>: ph: (210) 555 1871</p><p><b>address</b>: 8100 Pinebrook Dr, Grand Rapids, MI 49504</p></div>"
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.name [ fhir:value "Happy Nursing Facility"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(210) 555 1871" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "8100 Pinebrook Dr, Grand Rapids, MI 49504" ] ;
     fhir:Address.line [
       fhir:value "8100 Pinebrook Dr" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Grand Rapids" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "49504" ] ;
     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/Example-AnitaChu> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "Example-AnitaChu"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|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=\"Practitioner_Example-AnitaChu\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Example-AnitaChu</b></p><a name=\"Example-AnitaChu\"> </a><a name=\"hcExample-AnitaChu\"> </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-practitioner.html\">US Core Practitioner Profile</a> version: 8.0.1</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>/8134258523</p><p><b>active</b>: true</p><p><b>name</b>: Anita Chu</p><p><b>telecom</b>: ph: (616) 555-1212</p><p><b>address</b>: 123 Spruce Dr. Grand Rapids, MI 49503</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 "8134258523" ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Anita Chu" ] ;
     fhir:HumanName.family [ fhir:value "Chu" ] ;
     fhir:HumanName.given [
       fhir:value "Anita" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(616) 555-1212" ]
  ] ;
  fhir:Practitioner.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "123 Spruce Dr. Grand Rapids, MI 49503" ] ;
     fhir:Address.line [
       fhir:value "123 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" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "female"] .

<http://www.example.org/fhir/Practitioner/Example-GeraldPark> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "Example-GeraldPark"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|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=\"Practitioner_Example-GeraldPark\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Example-GeraldPark</b></p><a name=\"Example-GeraldPark\"> </a><a name=\"hcExample-GeraldPark\"> </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-practitioner.html\">US Core Practitioner Profile</a> version: 8.0.1</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>/8554084011</p><p><b>active</b>: true</p><p><b>name</b>: Gerald Park</p><p><b>telecom</b>: ph: (555) 566 3494</p><p><b>address</b>: 8100 Pinebrook Dr, Grand Rapids, MI 49504</p><p><b>gender</b>: Male</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 "8554084011" ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Gerald Park" ] ;
     fhir:HumanName.family [ fhir:value "Park" ] ;
     fhir:HumanName.given [
       fhir:value "Gerald" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(555) 566 3494" ]
  ] ;
  fhir:Practitioner.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "8100 Pinebrook Dr, Grand Rapids, MI 49504" ] ;
     fhir:Address.line [
       fhir:value "8100 Pinebrook Dr" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Grand Rapids" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "49504" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "male"] .

<http://www.example.org/fhir/Practitioner/Example-JenCadbury> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "Example-JenCadbury"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|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=\"Practitioner_Example-JenCadbury\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Example-JenCadbury</b></p><a name=\"Example-JenCadbury\"> </a><a name=\"hcExample-JenCadbury\"> </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-practitioner.html\">US Core Practitioner Profile</a> version: 8.0.1</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>/9635749481</p><p><b>active</b>: true</p><p><b>name</b>: Jen Cadbury</p><p><b>telecom</b>: ph: (210) 555 1871</p><p><b>address</b>: 8100 Pinebrook Dr, Grand Rapids, MI 49504</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 "9635749481" ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Jen Cadbury" ] ;
     fhir:HumanName.family [ fhir:value "Cadbury" ] ;
     fhir:HumanName.given [
       fhir:value "Jen" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(210) 555 1871" ]
  ] ;
  fhir:Practitioner.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "8100 Pinebrook Dr, Grand Rapids, MI 49504" ] ;
     fhir:Address.line [
       fhir:value "8100 Pinebrook Dr" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Grand Rapids" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "49504" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "female"] .

<http://www.example.org/fhir/Practitioner/Example-NuraMekel> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "Example-NuraMekel"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|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=\"Practitioner_Example-NuraMekel\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Example-NuraMekel</b></p><a name=\"Example-NuraMekel\"> </a><a name=\"hcExample-NuraMekel\"> </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-practitioner.html\">US Core Practitioner Profile</a> version: 8.0.1</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>/8224780964</p><p><b>active</b>: true</p><p><b>name</b>: Nura Mekel</p><p><b>telecom</b>: ph: (210) 555 5555</p><p><b>address</b>: 177 Branching Tree Blvd, Grand Rapids, MI 49509</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 "8224780964" ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Nura Mekel" ] ;
     fhir:HumanName.family [ fhir:value "Mekel" ] ;
     fhir:HumanName.given [
       fhir:value "Nura" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(210) 555 5555" ]
  ] ;
  fhir:Practitioner.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "177 Branching Tree Blvd, Grand Rapids, MI 49509" ] ;
     fhir:Address.line [
       fhir:value "177 Branching Tree Blvd" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Grand Rapids" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "49509" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "female"] .

<http://www.example.org/fhir/PractitionerRole/Role-IMMD-AnitaChu> a fhir:PractitionerRole ;
  fhir:Resource.id [ fhir:value "Role-IMMD-AnitaChu"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|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=\"PractitionerRole_Role-IMMD-AnitaChu\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Role-IMMD-AnitaChu</b></p><a name=\"Role-IMMD-AnitaChu\"> </a><a name=\"hcRole-IMMD-AnitaChu\"> </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-practitionerrole.html\">US Core PractitionerRole Profile</a> version: 8.0.1</p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Example-AnitaChu.html\">Dr. Anita Chu</a></p><p><b>organization</b>: <a href=\"Organization-org-PC-Primary-Care-Michigan.html\">Michigan Primary Health Care Associates</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207R00000X}\">Internal Medicine Physician</span></p><p><b>location</b>: <a href=\"Location-org-Loc-PC-Primary-Care-Michigan.html\">Location Michigan Primary Health Care Associates</a></p><p><b>telecom</b>: ph: (616) 555-1212</p></div>"
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/Example-AnitaChu> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-AnitaChu" ] ;
     fhir:Reference.display [ fhir:value "Dr. Anita Chu" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/org-PC-Primary-Care-Michigan> ;
     fhir:Reference.reference [ fhir:value "Organization/org-PC-Primary-Care-Michigan" ] ;
     fhir:Reference.display [ fhir:value "Michigan Primary Health Care Associates" ]
  ] ;
  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 "207R00000X" ] ;
       fhir:Coding.display [ fhir:value "Internal Medicine Physician" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Location/org-Loc-PC-Primary-Care-Michigan> ;
     fhir:Reference.reference [ fhir:value "Location/org-Loc-PC-Primary-Care-Michigan" ]
  ] ;
  fhir:PractitionerRole.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(616) 555-1212" ]
  ] .

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

<http://hl7.org/fhir/Organization/org-PC-Primary-Care-Michigan> a fhir:Organization .

<http://hl7.org/fhir/Location/org-Loc-PC-Primary-Care-Michigan> a fhir:Location .

<http://www.example.org/fhir/PractitionerRole/Role-Neuro-NuraMekel> a fhir:PractitionerRole ;
  fhir:Resource.id [ fhir:value "Role-Neuro-NuraMekel"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|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=\"PractitionerRole_Role-Neuro-NuraMekel\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Role-Neuro-NuraMekel</b></p><a name=\"Role-Neuro-NuraMekel\"> </a><a name=\"hcRole-Neuro-NuraMekel\"> </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-practitionerrole.html\">US Core PractitionerRole Profile</a> version: 8.0.1</p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Example-NuraMekel.html\">Nura Mekel</a></p><p><b>organization</b>: <a href=\"Organization-org-Neuro-Care-Inc.html\">Neuro Care Inc.</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 2084N0400X}\">Neurology Physician</span></p><p><b>location</b>: <a href=\"Location-org-Loc-Neuro-Care-Inc.html\">Location Neuro Care Inc.</a></p><p><b>telecom</b>: ph: (210) 555 5555</p></div>"
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/Example-NuraMekel> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-NuraMekel" ] ;
     fhir:Reference.display [ fhir:value "Nura Mekel" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/org-Neuro-Care-Inc> ;
     fhir:Reference.reference [ fhir:value "Organization/org-Neuro-Care-Inc" ] ;
     fhir:Reference.display [ fhir:value "Neuro Care Inc." ]
  ] ;
  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 "2084N0400X" ] ;
       fhir:Coding.display [ fhir:value "Neurology Physician" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Location/org-Loc-Neuro-Care-Inc> ;
     fhir:Reference.reference [ fhir:value "Location/org-Loc-Neuro-Care-Inc" ]
  ] ;
  fhir:PractitionerRole.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(210) 555 5555" ]
  ] .

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

<http://hl7.org/fhir/Organization/org-Neuro-Care-Inc> a fhir:Organization .

<http://hl7.org/fhir/Location/org-Loc-Neuro-Care-Inc> a fhir:Location .

<http://www.example.org/fhir/PractitionerRole/Role-OT-JenCadbury> a fhir:PractitionerRole ;
  fhir:Resource.id [ fhir:value "Role-OT-JenCadbury"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|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=\"PractitionerRole_Role-OT-JenCadbury\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Role-OT-JenCadbury</b></p><a name=\"Role-OT-JenCadbury\"> </a><a name=\"hcRole-OT-JenCadbury\"> </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-practitionerrole.html\">US Core PractitionerRole Profile</a> version: 8.0.1</p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Example-JenCadbury.html\">Jen Cadbury</a></p><p><b>organization</b>: <a href=\"Organization-org-SNF-Happy-Nursing-Facility.html\">Happy Nursing Facility</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 225X00000X}\">Occupational Therapist</span></p><p><b>location</b>: <a href=\"Location-org-Loc-SNF-Happy-Nursing-Facility.html\">Location Happy Nursing Facility</a></p><p><b>telecom</b>: ph: (210) 555 1871</p></div>"
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/Example-JenCadbury> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-JenCadbury" ] ;
     fhir:Reference.display [ fhir:value "Jen Cadbury" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/org-SNF-Happy-Nursing-Facility> ;
     fhir:Reference.reference [ fhir:value "Organization/org-SNF-Happy-Nursing-Facility" ] ;
     fhir:Reference.display [ fhir:value "Happy Nursing Facility" ]
  ] ;
  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 "225X00000X" ] ;
       fhir:Coding.display [ fhir:value "Occupational Therapist" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Location/org-Loc-SNF-Happy-Nursing-Facility> ;
     fhir:Reference.reference [ fhir:value "Location/org-Loc-SNF-Happy-Nursing-Facility" ]
  ] ;
  fhir:PractitionerRole.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(210) 555 1871" ]
  ] .

<http://hl7.org/fhir/Location/org-Loc-SNF-Happy-Nursing-Facility> a fhir:Location .

<http://www.example.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> a fhir:PractitionerRole ;
  fhir:Resource.id [ fhir:value "Role-SNFDoc-GeraldPark"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|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=\"PractitionerRole_Role-SNFDoc-GeraldPark\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Role-SNFDoc-GeraldPark</b></p><a name=\"Role-SNFDoc-GeraldPark\"> </a><a name=\"hcRole-SNFDoc-GeraldPark\"> </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-practitionerrole.html\">US Core PractitionerRole Profile</a> version: 8.0.1</p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Example-GeraldPark.html\">Gerald Park</a></p><p><b>organization</b>: <a href=\"Organization-org-SNF-Happy-Nursing-Facility.html\">Happy Nursing Facility</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207QG0300X}\">Geriatric Medicine (Family Medicine) Physician</span></p><p><b>location</b>: <a href=\"Location-org-Loc-SNF-Happy-Nursing-Facility.html\">Location Happy Nursing Facility</a></p><p><b>telecom</b>: ph: (555) 566 3494</p></div>"
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/Example-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-GeraldPark" ] ;
     fhir:Reference.display [ fhir:value "Gerald Park" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/org-SNF-Happy-Nursing-Facility> ;
     fhir:Reference.reference [ fhir:value "Organization/org-SNF-Happy-Nursing-Facility" ] ;
     fhir:Reference.display [ fhir:value "Happy Nursing Facility" ]
  ] ;
  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 "207QG0300X" ] ;
       fhir:Coding.display [ fhir:value "Geriatric Medicine (Family Medicine) Physician" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Location/org-Loc-SNF-Happy-Nursing-Facility> ;
     fhir:Reference.reference [ fhir:value "Location/org-Loc-SNF-Happy-Nursing-Facility" ]
  ] ;
  fhir:PractitionerRole.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(555) 566 3494" ]
  ] .

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

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