MediRecords FHIR Implementation Guide
1.4.1 - release


: MediRecords DocumentReference Admission Type ValueSet - TTL Representation

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 "mr-document-admission-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-mr-progress-note-type.html\">MediRecords Progress Note Type ValueSet</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-mr-inpatient-handover-type.html\">MediRecords Inpatient Handover Type ValueSet</a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medirecords.com/ValueSet/mr-document-admission-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.4.1"] ; # 
  fhir:name [ fhir:v "MRDocumentAdmissionTypeValueSet"] ; # 
  fhir:title [ fhir:v "MediRecords DocumentReference Admission Type ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-10-28T02:34:31+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "MediRecords DocumentReference Admission Type ValueSet"] ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "https://fhir.medirecords.com/ValueSet/mr-progress-note-type"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/ValueSet/mr-progress-note-type>       ] )     ] [
      ( fhir:valueSet [
fhir:v "https://fhir.medirecords.com/ValueSet/mr-inpatient-handover-type"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/ValueSet/mr-inpatient-handover-type>       ] )     ] )
  ] . #