@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Composition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "LACCompositionExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://lacpass.racsel.org/StructureDefinition/lac-composition-ddcc"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Composition

Resource Composition "LACCompositionExample"

Profile: LAC_Composition_DDCC

status: final

type: Patient Summary Document (LOINC#60591-5)

date: 2023-01-15 17:26:43+0000

author: Organization/LACOrganizationExample "Ministerio de Salud"

title: Patient Summary as of 01/15/2023

confidentiality: N

custodian: Organization/LACOrganizationExample "Ministerio de Salud"

" ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ fhir:coding ( [ a loinc:60591-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "60591-5" ] ; fhir:display [ fhir:v "Patient Summary Document" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/LACPatientExample" ] ] ; # fhir:date [ fhir:v "2023-01-15T17:26:43+00:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "Organization/LACOrganizationExample" ] ] ) ; # fhir:title [ fhir:v "Patient Summary as of 01/15/2023"] ; # fhir:confidentiality [ fhir:v "N"] ; # fhir:custodian [ fhir:link ; fhir:reference [ fhir:v "Organization/LACOrganizationExample" ] ] ; # fhir:section ( [ fhir:title [ fhir:v "Active Problems" ] ; fhir:code [ fhir:coding ( [ a loinc:11450-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11450-4" ] ; fhir:display [ fhir:v "Problem list Reported" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
Hot flushes
" ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "Condition/73670837-417b-422f-9f99-46fb28d30985" ] ] ) ] [ fhir:title [ fhir:v "Medication" ] ; fhir:code [ fhir:coding ( [ a loinc:10160-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10160-0" ] ; fhir:display [ fhir:v "History of Medication use Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
To be populated at future time
" ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "MedicationStatement/d2c23c25-48eb-4e55-a22a-b72787ae1d85" ] ] ) ] [ 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:code [ fhir:v "48765-2" ] ; fhir:display [ fhir:v "Allergies and adverse reactions Document" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
To be populated at future time
" ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "AllergyIntolerance/bd64ca58-bea9-4b3c-aaa0-50e0b7575b79" ] ] ) ] [ fhir:title [ fhir:v "History of Immunizations" ] ; fhir:code [ fhir:coding ( [ a loinc:11369-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11369-6" ] ; fhir:display [ fhir:v "History of Immunization Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
To be populated at future time
" ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "Immunization/LACImmunizationExample" ] ] ) ] ) . # # -------------------------------------------------------------------------------------