@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Composition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ps-minimal"] ; # Example adapted from International Patient Summary Implementation Guide composition-minimal fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-documentcomposition"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Composition

Resource Composition "ps-minimal"

Profile: AU Core Document Composition

identifier: id: <a href="http://terminology.hl7.org/5.3.0/NamingSystem-uri.html">Uniform Resource Identifier (URI)</a>#urn:uuid:a06a4e52-ba46-4923-b72d-a40c1c52808b

status: final

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

category: Patient summary Document (LOINC#60591-5)

date: 2020-12-11 14:30:00+0100

author: PractitionerRole/bobrester-bob-gp

title: Patient Summary as of December 11, 2020 14:30

Attesters

-ModeTimeParty
*legal2020-12-11 14:30:00+0100PractitionerRole/bobrester-bob-gp

custodian: Organization/bobrester-medical-center "Bobrester Medical Center"

RelatesTos

-CodeTarget[x]
*appendsid: 20e12ce3-857f-49c0-b888-cb670597f191
" ] ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:a06a4e52-ba46-4923-b72d-a40c1c52808b" ] ] ; # 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:category ( [ 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/wang-li" ] ] ; # fhir:date [ fhir:v "2020-12-11T14:30:00+01:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ) ; # fhir:title [ fhir:v "Patient Summary as of December 11, 2020 14:30"] ; # fhir:attester ( [ fhir:mode [ fhir:v "legal" ] ; fhir:time [ fhir:v "2020-12-11T14:30:00+01:00"^^xsd:dateTime ] ; fhir:party [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ] ) ; # fhir:custodian [ fhir:link ; fhir:reference [ fhir:v "Organization/bobrester-medical-center" ] ] ; # fhir:relatesTo ( [ fhir:code [ fhir:v "appends" ] ; fhir:target [ a fhir:Identifier ; fhir:system [ fhir:v "urn:oid:2.16.724.4.8.10.200.10"^^xsd:anyURI ] ; fhir:value [ fhir:v "20e12ce3-857f-49c0-b888-cb670597f191" ] ] ] ) ; # 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 "
  • Condition Name: Acute myocardial infarction of anterior wall
    Status: Active
    Onset: 2014
    Asserter: Bob Bobrester
" ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "Condition/aci" ] ] ) ] [ 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 "
  • Medication Name: Simvastatin 40 MG Disintegrating Oral Tablet
    Status: Active, started 2014
    Dosage: 40 mg/day
" ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "MedicationStatement/simvastatin" ] ] ) ] [ 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 "
  • Allergy Name: No known allergy
    Asserter: Mr. Li Wang
" ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "AllergyIntolerance/noneknown" ] ] ) ] ) . # # -------------------------------------------------------------------------------------