OpenMRS Core FHIR Implementation Guide 0.1.0 - ci-build
OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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:Person ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "68f44d7f-eb5a-40e9-aa4d-0cc0cc522866"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.openmrs.org/core/StructureDefinition/omrs-person"^^xsd:anyURI ; fhir:link <http://fhir.openmrs.org/core/StructureDefinition/omrs-person> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Person 68f44d7f-eb5a-40e9-aa4d-0cc0cc522866</b></p><a name=\"68f44d7f-eb5a-40e9-aa4d-0cc0cc522866\"> </a><a name=\"hc68f44d7f-eb5a-40e9-aa4d-0cc0cc522866\"> </a><a name=\"68f44d7f-eb5a-40e9-aa4d-0cc0cc522866-en-US\"> </a><p><b>identifier</b>: OpenMRS ID/1000Y (use: official, )</p><p><b>name</b>: Smith John </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 2001-09-08</p><p><b>address</b>: Ntungamo Uganda (home)</p><p><b>active</b>: true</p></div>" ] ; # fhir:identifier ( [ fhir:id [ fhir:v "53fbd0ef-ae10-46a0-9d0a-387917a66d6e" ] ; fhir:use [ fhir:v "official" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ] ) ; fhir:text [ fhir:v "OpenMRS ID" ] ] ; fhir:value [ fhir:v "1000Y" ] ] ) ; # fhir:name ( [ fhir:id [ fhir:v "915c9146-8bdb-4fad-bc51-4af10d041c86" ] ; fhir:family [ fhir:v "John" ] ; ( fhir:given [ fhir:v "Smith" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "2001-09-08"^^xsd:date] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:city [ fhir:v "Ntungamo" ] ; fhir:district [ fhir:v "Ntungamo" ] ; fhir:country [ fhir:v "Uganda" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] . #