0.1.0 - ci-build
EgdeVJ_IG - Local Development build (v0.1.0). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "PatientExample1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.onegde.no/StructureDefinition/egde-vj-patient";
fhir:index 0;
fhir:link <http://fhir.onegde.no/StructureDefinition/egde-vj-patient> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b style=\"color: maroon\">Exception generating Narrative: Unknown Content value @ START_TAG seen ...<system>\\n <value value=\"19121212212\"/>... @5:33</b></p></div>"
];
fhir:Patient.identifier [
fhir:index 0;
fhir:Identifier.system [
fhir:uri.value [ fhir:value "19121212212" ] ]
];
fhir:Patient.name [
fhir:index 0;
fhir:HumanName.family [ fhir:value "Johannesen" ];
fhir:HumanName.given [
fhir:value "Jon Andreas";
fhir:index 0 ]
];
fhir:Patient.gender [ fhir:value "male"];
fhir:Patient.birthDate [ fhir:value "1958-01-06"^^xsd:date];
fhir:Patient.address [
fhir:index 0;
fhir:Address.line [
fhir:value "Hummerstien 23";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Sjøhavn" ];
fhir:Address.postalCode [ fhir:value "4343" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.