PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 US

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

: Example: BSJ2 Transition of Care Bundle - TTL Representation

Raw ttl | Download

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

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

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-BSJ2-TOCBundle2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-toc/StructureDefinition/TOC-Bundle"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/pacio-toc/StructureDefinition/TOC-Bundle>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [
fhir:v "http://www.example.org/documents"^^xsd:anyURI ;
fhir:l <http://www.example.org/documents>     ] ;
fhir:value [ fhir:v "12345" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2024-05-10T14:25:34.001-05:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Composition/BSJ2-TOCComposition2"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Composition/BSJ2-TOCComposition2>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Composition/BSJ2-TOCComposition2> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient2"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient2>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient2> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Condition/BSJ2-DepressionDiagnosis"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Condition/BSJ2-DepressionDiagnosis>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Condition/BSJ2-DepressionDiagnosis> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Condition/BSJ2-DiabetesDiagnosis"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Condition/BSJ2-DiabetesDiagnosis>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Condition/BSJ2-DiabetesDiagnosis> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Condition/BSJ2-HyperlipidemiaDiagnosis"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Condition/BSJ2-HyperlipidemiaDiagnosis>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Condition/BSJ2-HyperlipidemiaDiagnosis> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Condition/BSJ2-ProblemList-PressureInjury"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Condition/BSJ2-ProblemList-PressureInjury>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Condition/BSJ2-ProblemList-PressureInjury> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Observation/BSJ2-ADL-Mobility"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Observation/BSJ2-ADL-Mobility>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/BSJ2-ADL-Mobility> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Device/BSJ2-Device-WoundPump"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Device/BSJ2-Device-WoundPump>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Device/BSJ2-Device-WoundPump> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Device/BSJ2-Device-Wheelchair"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Device/BSJ2-Device-Wheelchair>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Device/BSJ2-Device-Wheelchair> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/List/BSJ2-SMPMedList"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/List/BSJ2-SMPMedList>     ] ;
    ( fhir:resource <http://www.example.org/fhir/List/BSJ2-SMPMedList> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt1"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt1>     ] ;
    ( fhir:resource <http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt1> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt4"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt4>     ] ;
    ( fhir:resource <http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt4> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt9"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt9>     ] ;
    ( fhir:resource <http://www.example.org/fhir/MedicationStatement/BSJ2-SMPMedStmt9> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq1"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq1>     ] ;
    ( fhir:resource <http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq1> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq4"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq4>     ] ;
    ( fhir:resource <http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq4> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq9"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq9>     ] ;
    ( fhir:resource <http://www.example.org/fhir/MedicationRequest/BSJ2-SMPMedReq9> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/CarePlan/BSJ2-DischargeCarePlan"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/CarePlan/BSJ2-DischargeCarePlan>     ] ;
    ( fhir:resource <http://www.example.org/fhir/CarePlan/BSJ2-DischargeCarePlan> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/ServiceRequest/BSJ2-PCPFollowUp"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/ServiceRequest/BSJ2-PCPFollowUp>     ] ;
    ( fhir:resource <http://www.example.org/fhir/ServiceRequest/BSJ2-PCPFollowUp> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Location/org-Loc-ED-Metro-Hospital"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Location/org-Loc-ED-Metro-Hospital>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Location/org-Loc-ED-Metro-Hospital> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Organization/org-HomeHealth-Motown"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Organization/org-HomeHealth-Motown>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Organization/org-HomeHealth-Motown> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Practitioner/Practitioner-JudySalas"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Practitioner/Practitioner-JudySalas>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Practitioner/Practitioner-JudySalas> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/Practitioner/Practitioner-PriyaSarkar"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/Practitioner/Practitioner-PriyaSarkar>     ] ;
    ( fhir:resource <http://www.example.org/fhir/Practitioner/Practitioner-PriyaSarkar> )
  ] [
fhir:fullUrl [
fhir:v "http://www.example.org/fhir/PractitionerRole/PractitionerRole-Physician-PriyaSarkar"^^xsd:anyURI ;
fhir:l <http://www.example.org/fhir/PractitionerRole/PractitionerRole-Physician-PriyaSarkar>     ] ;
    ( fhir:resource <http://www.example.org/fhir/PractitionerRole/PractitionerRole-Physician-PriyaSarkar> )
  ] ) . # 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://www.example.org/fhir/Organization/org-HomeHealth-Motown> a fhir:Organization ;
  fhir:id [ fhir:v "org-HomeHealth-Motown"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|8.0.1"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization?version=8.0.1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name [ fhir:v "Motown Home Health Grand Rapids"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(210) 555-2882" ]
  ] ) ; # 
  fhir:address ( [
fhir:text [ fhir:v "121 Spruce Dr. Grand Rapids, MI 49503" ] ;
    ( fhir:line [ fhir:v "121 Spruce Dr." ] ) ;
fhir:city [ fhir:v "Grand Rapids" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "49503" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . # 

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

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

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