FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelaniado.test.fhir
Resource TypeValueSet
IdValueSet-encounter-department-type.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "EncounterDepartmentType",
  "id": "encounter-department-type",
  "title": "Encounter Department Type",
  "description": "Encounter Department Type",
  "url": "http://fhir.laniado.org.il/ValueSet/encounter-department-type",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "737481003",
            "display": "Inpatient care management"
          },
          {
            "code": "737492002",
            "display": "Outpatient care management"
          }
        ]
      }
    ]
  }
}