@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://profiles.ihe.net/PCC/mAPS/Composition/ex-APS-Composition-AmandaAlvarez> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-APS-Composition-AmandaAlvarez"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://profiles.ihe.net/PCC/mAPS/StructureDefinition/IHE.PCC.mAPS.Composition"^^xsd:anyURI ;
       fhir:l <https://profiles.ihe.net/PCC/mAPS/StructureDefinition/IHE.PCC.mAPS.Composition>
     ] ) ;
     fhir:security ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActReason>
       ] ;
       fhir:code [ fhir:v "HTEST" ]
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition ex-APS-Composition-AmandaAlvarez</b></p><a name=\"ex-APS-Composition-AmandaAlvarez\"> </a><a name=\"hcex-APS-Composition-AmandaAlvarez\"> </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=\"StructureDefinition-IHE.PCC.mAPS.Composition.html\">Antepartum Summary</a></p><p style=\"margin-bottom: 0px\">Security Label: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 57055-6}\">Antepartum summary note</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 90767-5}\">Pregnancy summary Document</span></p><p><b>date</b>: 2023-01-08 14:30:00+0100</p><p><b>author</b>: <a href=\"Practitioner-ex-Practitioner.html\">Practitioner Simone Heps (official)</a></p><p><b>title</b>: Antepartum Summary</p><p><b>confidentiality</b>: normal</p><blockquote><p><b>attester</b></p><p><b>mode</b>: Legal</p><p><b>time</b>: 2023-01-08 14:30:00+0100</p><p><b>party</b>: <a href=\"Practitioner-ex-Practitioner.html\">Practitioner Simone Heps (official)</a></p></blockquote><blockquote><p><b>attester</b></p><p><b>mode</b>: Legal</p><p><b>time</b>: 2023-01-08 14:30:00+0100</p><p><b>party</b>: <a href=\"Organization-ex-Organization-OB.html\">Organization Acme Healthcare</a></p></blockquote><p><b>custodian</b>: <a href=\"Organization-ex-Organization-OB.html\">Organization Acme Healthcare</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
     fhir:coding ( [
       a loinc:57055-6 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "57055-6" ]
     ] )
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       a loinc:90767-5 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "90767-5" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:l <https://profiles.ihe.net/PCC/mAPS/Patient/ex-Patient-AmandaAlvarez> ;
     fhir:reference [ fhir:v "Patient/ex-Patient-AmandaAlvarez" ]
  ] ; # 
  fhir:date [ fhir:v "2023-01-08T14:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:author ( [
     fhir:l <https://profiles.ihe.net/PCC/mAPS/Practitioner/ex-Practitioner> ;
     fhir:reference [ fhir:v "Practitioner/ex-Practitioner" ]
  ] ) ; # 
  fhir:title [ fhir:v "Antepartum Summary"] ; # 
  fhir:confidentiality [ fhir:v "N"] ; # 
  fhir:attester ( [
     fhir:mode [ fhir:v "legal" ] ;
     fhir:time [ fhir:v "2023-01-08T14:30:00+01:00"^^xsd:dateTime ] ;
     fhir:party [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Practitioner/ex-Practitioner> ;
       fhir:reference [ fhir:v "Practitioner/ex-Practitioner" ]
     ]
  ] [
     fhir:mode [ fhir:v "legal" ] ;
     fhir:time [ fhir:v "2023-01-08T14:30:00+01:00"^^xsd:dateTime ] ;
     fhir:party [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Organization/ex-Organization-OB> ;
       fhir:reference [ fhir:v "Organization/ex-Organization-OB" ]
     ]
  ] ) ; # 
  fhir:custodian [
     fhir:l <https://profiles.ihe.net/PCC/mAPS/Organization/ex-Organization-OB> ;
     fhir:reference [ fhir:v "Organization/ex-Organization-OB" ]
  ] ; # 
  fhir:section ( [
     fhir:title [ fhir:v "Medication Summary section" ] ;
     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:display [ fhir:v "History of Medication use Narrative" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Active Medications - Amoxicillin</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/MedicationStatement/ex-medicationStatement> ;
       fhir:reference [ fhir:v "MedicationStatement/ex-medicationStatement" ]
     ] )
  ] [
     fhir:title [ fhir:v "Allergies and Intolerances" ] ;
     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:display [ fhir:v "Allergies and adverse reactions Document" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">active allergies - latex and fish</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/AllergyIntolerance/ex-Allergy-Latex> ;
       fhir:reference [ fhir:v "AllergyIntolerance/ex-Allergy-Latex" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/AllergyIntolerance/ex-Allergy-Fish> ;
       fhir:reference [ fhir:v "AllergyIntolerance/ex-Allergy-Fish" ]
     ] )
  ] [
     fhir:title [ fhir:v "Problems" ] ;
     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:display [ fhir:v "Problem list - Reported" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">active problems - sepsis and gestational diabedies</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Condition/ex-Problem-Sepsis> ;
       fhir:reference [ fhir:v "Condition/ex-Problem-Sepsis" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Condition/ex-Problem-GestationalDiabetes> ;
       fhir:reference [ fhir:v "Condition/ex-Problem-GestationalDiabetes" ]
     ] )
  ] [
     fhir:title [ fhir:v "Past Illness History" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:11348-0 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "11348-0" ] ;
         fhir:display [ fhir:v "History of Past illness note" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">none found</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 "unavailable" ]
       ] )
     ]
  ] [
     fhir:title [ fhir:v "Procedures History" ] ;
     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:display [ fhir:v "History of Procedures Document" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">past procedures - Education for smoking provided and Cephallic Version</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Procedure/ex-Procedure-CephalicVersion> ;
       fhir:reference [ fhir:v "Procedure/ex-Procedure-CephalicVersion" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Procedure/ex-Procedure-EducationSmoking> ;
       fhir:reference [ fhir:v "Procedure/ex-Procedure-EducationSmoking" ]
     ] )
  ] [
     fhir:title [ fhir:v "Pregnancy History" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:10162-6 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "10162-6" ] ;
         fhir:display [ fhir:v "Pregnancies Hx" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">observations for pregnancy history</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-PregnencyStatus-pregnant> ;
       fhir:reference [ fhir:v "Observation/ex-PregnencyStatus-pregnant" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-EstimatedDeliveryDate> ;
       fhir:reference [ fhir:v "Observation/ex-EstimatedDeliveryDate" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-GestationalAge> ;
       fhir:reference [ fhir:v "Observation/ex-GestationalAge" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-DateOfLastMenstralPeriod> ;
       fhir:reference [ fhir:v "Observation/ex-DateOfLastMenstralPeriod" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-DateOfFirstPrenatalVisit> ;
       fhir:reference [ fhir:v "Observation/ex-DateOfFirstPrenatalVisit" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-PregnancyHistory-AmandaAlvarez> ;
       fhir:reference [ fhir:v "Observation/ex-PregnancyHistory-AmandaAlvarez" ]
     ] )
  ] [
     fhir:title [ fhir:v "Immunizations" ] ;
     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:display [ fhir:v "History of Immunization note" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Immunizations - Varicella</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Immunization/ex-Immunization-Vericella> ;
       fhir:reference [ fhir:v "Immunization/ex-Immunization-Vericella" ]
     ] )
  ] [
     fhir:title [ fhir:v "Chief Complaint" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:10154-3 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "10154-3" ] ;
         fhir:display [ fhir:v "Chief complaint Narrative - Reported" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Complains of fever and having lack of energy</div>"^^rdf:XMLLiteral ]
     ]
  ] [
     fhir:title [ fhir:v "Results" ] ;
     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:display [ fhir:v "Relevant diagnostic tests/laboratory data note" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">no abnormal results for labs</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-AntepartumLabs> ;
       fhir:reference [ fhir:v "Observation/ex-AntepartumLabs" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-Antepartum-Genetic-Screening> ;
       fhir:reference [ fhir:v "Observation/ex-Antepartum-Genetic-Screening" ]
     ] )
  ] [
     fhir:title [ fhir:v "Vital signs note" ] ;
     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:display [ fhir:v "Vital signs note" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">body weight - 185 lbs , prepregnancy weight - 148 lbs</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-VitalSigns-BodyWeight> ;
       fhir:reference [ fhir:v "Observation/ex-VitalSigns-BodyWeight" ]
     ] )
  ] [
     fhir:title [ fhir:v "Review Of Systems" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:10187-3 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "10187-3" ] ;
         fhir:display [ fhir:v "Review of systems Narrative - Reported" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">last menstral period</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-MenstralStatus-Pregnancy> ;
       fhir:reference [ fhir:v "Observation/ex-MenstralStatus-Pregnancy" ]
     ] )
  ] [
     fhir:title [ fhir:v "Physical Exams" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:29545-1 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "29545-1" ] ;
         fhir:display [ fhir:v "Physical findings note" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">abdominal tenderness</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-PhysicalExam-AbdominalTenderness> ;
       fhir:reference [ fhir:v "Observation/ex-PhysicalExam-AbdominalTenderness" ]
     ] )
  ] [
     fhir:title [ fhir:v "History Of Infection" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:56838-6 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "56838-6" ] ;
         fhir:display [ fhir:v "History of Infectious disease Narrative" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">history of clamidia infection</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Condition/ex-HistoryOfInfection> ;
       fhir:reference [ fhir:v "Condition/ex-HistoryOfInfection" ]
     ] )
  ] [
     fhir:title [ fhir:v "Plan Of Care" ] ;
     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:display [ fhir:v "Plan of care note" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Birth Plan</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/CarePlan/ex-CarePlan-BirthPlan> ;
       fhir:reference [ fhir:v "CarePlan/ex-CarePlan-BirthPlan" ]
     ] )
  ] [
     fhir:title [ fhir:v "Social History" ] ;
     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 "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">active smoker, drinks occasionally, no domestic violence risk, no homlessness, currently working</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-SocialHistory-smokingTobaccoUse> ;
       fhir:reference [ fhir:v "Observation/ex-SocialHistory-smokingTobaccoUse" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-SocialHistory-alcoholUse> ;
       fhir:reference [ fhir:v "Observation/ex-SocialHistory-alcoholUse" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-DomesticViolenceRisk> ;
       fhir:reference [ fhir:v "Observation/ex-DomesticViolenceRisk" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-Homelessness> ;
       fhir:reference [ fhir:v "Observation/ex-Homelessness" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-SocialHistory-EmploymentStatus> ;
       fhir:reference [ fhir:v "Observation/ex-SocialHistory-EmploymentStatus" ]
     ] )
  ] [
     fhir:title [ fhir:v "Family Medical History" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:10157-6 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "10157-6" ] ;
         fhir:display [ fhir:v "History of family member diseases note" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Family Medical History for Amanda Alvarez</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/FamilyMemberHistory/ex-FamilyMemberHistory-AmandaAlvarez-Eve> ;
       fhir:reference [ fhir:v "FamilyMemberHistory/ex-FamilyMemberHistory-AmandaAlvarez-Eve" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/FamilyMemberHistory/ex-FamilyMemberHistory-AmandaAlvarez-Alice> ;
       fhir:reference [ fhir:v "FamilyMemberHistory/ex-FamilyMemberHistory-AmandaAlvarez-Alice" ]
     ] )
  ] [
     fhir:title [ fhir:v "Advance Directives" ] ;
     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:display [ fhir:v "Advance healthcare directives" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">advance directve present</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Consent/ex-AdvanceDirectives-BloodTransfusion> ;
       fhir:reference [ fhir:v "Consent/ex-AdvanceDirectives-BloodTransfusion" ]
     ] )
  ] [
     fhir:title [ fhir:v "Payors" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:48768-6 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "48768-6" ] ;
         fhir:display [ fhir:v "Payment sources Document" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">payors for coverage</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Coverage/ex-Coverage> ;
       fhir:reference [ fhir:v "Coverage/ex-Coverage" ]
     ] )
  ] [
     fhir:title [ fhir:v "Antepartum Education" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:34895-3 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "34895-3" ] ;
         fhir:display [ fhir:v "Education Note" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">education on smoking provided to patient in first and second trimesters</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-PregnancyEducationObservation> ;
       fhir:reference [ fhir:v "Observation/ex-PregnancyEducationObservation" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-PregnancyEducationObservation> ;
       fhir:reference [ fhir:v "Observation/ex-PregnancyEducationObservation" ]
     ] )
  ] [
     fhir:title [ fhir:v "Antepartum Visit Summary Flowsheet" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:57059-8 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "57059-8" ] ;
         fhir:display [ fhir:v "Pregnancy visit summary note Narrative" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Antepartum visit summary flowsheet documented</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-VitalSigns-BodyWeight-PrePregnancy> ;
       fhir:reference [ fhir:v "Observation/ex-VitalSigns-BodyWeight-PrePregnancy" ]
     ] [
       fhir:l <https://profiles.ihe.net/PCC/mAPS/Observation/ex-AntepartumVisitSummaryFlowsheetBattery> ;
       fhir:reference [ fhir:v "Observation/ex-AntepartumVisitSummaryFlowsheetBattery" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

