0.0.1 - ci-build
TestScriptEngineIG - Local Development build (v0.0.1). See the Directory of published versions
Raw ttl | Download
@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 "patient-fixture"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jim </b> (no stated gender), DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt Names:</td><td colspan=\"3\"><ul><li>Peter James Chalmers (OFFICIAL)</li><li>Peter James Windsor (MAIDEN)</li></ul></td></tr></table></div>" ]; # fhir:Patient.name [ fhir:index 0; fhir:HumanName.use [ fhir:value "official" ]; fhir:HumanName.family [ fhir:value "Chalmers" ]; fhir:HumanName.given [ fhir:value "Peter"; fhir:index 0 ], [ fhir:value "James"; fhir:index 1 ] ], [ fhir:index 1; fhir:HumanName.use [ fhir:value "usual" ]; fhir:HumanName.given [ fhir:value "Jim"; fhir:index 0 ] ], [ fhir:index 2; fhir:HumanName.use [ fhir:value "maiden" ]; fhir:HumanName.family [ fhir:value "Windsor" ]; fhir:HumanName.given [ fhir:value "Peter"; fhir:index 0 ], [ fhir:value "James"; fhir:index 1 ]; fhir:HumanName.period [ fhir:Period.end [ fhir:value "2002"^^xsd:gYear ] ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.