@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "EveAnyperson"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient EveAnyperson

Eve Anyperson Female, DoB: 1960-04-25 ( urn:uuid:23667766-1c34-4ab8-9903-48c3afc9fb34#anyperson)


" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:uuid:23667766-1c34-4ab8-9903-48c3afc9fb34"^^xsd:anyURI ] ; fhir:value [ fhir:v "anyperson" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Anyperson" ] ; fhir:given ( [ fhir:v "Eve" ] ) ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1960-04-25"^^xsd:date] . # # -------------------------------------------------------------------------------------