OpenMRS FHIR2 Implementation Guide 0.1.0 - ci-build
OpenMRS FHIR2 Implementation Guide - Local Development build (v0.1.0). 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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "location-status-vs"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>https://fhir.openmrs.org/location-status</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>active</td><td>Active</td></tr><tr><td>inactive</td><td>Inactive</td></tr><tr><td>suspended</td><td>Suspended</td></tr></table></li></ul></div>" ] ; # fhir:url [ fhir:v "http://fhir.openmrs.org/fhir/ValueSet/location-status-vs"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "LocationStatusVS"] ; # fhir:title [ fhir:v "Location Status ValueSet"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2023-03-20T20:26:34+00:00"^^xsd:dateTime] ; # fhir:contact ( [ fhir:name [ fhir:v "OpenMRS, Inc." ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://openmrs.org" ] ] ) ] ) ; # fhir:description [ fhir:v "Indicates whether the location is still in use."] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "https://fhir.openmrs.org/location-status"^^xsd:anyURI ] ; ( fhir:concept [ fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] [ fhir:code [ fhir:v "inactive" ] ; fhir:display [ fhir:v "Inactive" ] ] [ fhir:code [ fhir:v "suspended" ] ; fhir:display [ fhir:v "Suspended" ] ] ) ] ) ] . #