MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Encounter Class ValueSet - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mr-encounter-class-code",
  "text" : {
    "status" : "extensions",
    "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=\"http://hl7.org.au/fhir/4.0.0/ValueSet-au-v3-ActEncounterCode-extended.html\">ActEncounterCode - AU Extended</a></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-SURG\">SURG</a></td><td>Surgical</td><td>Provision of surgical treatment.</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-mr-encounter-class-code.html\"><code>https://fhir.medirecords.com/CodeSystem/mr-encounter-class-code</code></a></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-encounter-class-code",
  "version" : "1.3.0",
  "name" : "MREncounterClassValueSet",
  "title" : "MediRecords Encounter Class ValueSet",
  "status" : "active",
  "date" : "2023-12-21T01:01:27+00:00",
  "description" : "MediRecords Encounter Class ValueSet",
  "compose" : {
    "include" : [
      {
        "valueSet" : [
          "http://terminology.hl7.org.au/ValueSet/v3-ActEncounterCode-extended"
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept" : [
          {
            "code" : "SURG",
            "display" : "Surgical"
          }
        ]
      },
      {
        "system" : "https://fhir.medirecords.com/CodeSystem/mr-encounter-class-code"
      }
    ]
  }
}