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:Practitioner;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "PractitionerExample1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.onegde.no/StructureDefinition/egde-vj-practitioner";
fhir:index 0;
fhir:link <http://fhir.onegde.no/StructureDefinition/egde-vj-practitioner> ]
];
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:Practitioner.identifier [
fhir:index 0;
fhir:Identifier.system [
fhir:uri.value [ fhir:value "19121212212" ] ]
];
fhir:Practitioner.name [
fhir:index 0;
fhir:HumanName.family [ fhir:value "Johannesen" ];
fhir:HumanName.given [
fhir:value "Jon Andreas";
fhir:index 0 ]
];
fhir:Practitioner.birthDate [ fhir:value "1958-01-06"^^xsd:date].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.