@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PatientExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/MyPatient"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "Generated Narrative: Patient PatientExample Profile: MyPatientJames Pond (no stated gender), DoB Unknown"^^rdf:XMLLiteral ] ] ; # fhir:name ( [ fhir:family [ fhir:v "Pond" ] ; fhir:given ( [ fhir:v "James" ] ) ] ) . # # -------------------------------------------------------------------------------------
Generated Narrative: Patient PatientExample
Profile: MyPatient
James Pond (no stated gender), DoB Unknown