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

FHIR IG analytics

Packagehl7.fhir.us.vitalsigns
Resource TypeValueSet
IdValueSet-sensorDescriptionVS.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "ValueSet",
  "id": "sensorDescriptionVS",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/vitals/ValueSet/sensorDescriptionVS",
  "version": "0.1.0",
  "name": "SensorDescriptionvalueset",
  "title": "Sensor Description value set",
  "status": "draft",
  "experimental": false,
  "date": "2018-12-04",
  "publisher": "HSPC",
  "description": "SELECT SNOMED CT code system values.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "copyright": "TBD",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "462513001",
            "display": "Pulse oximeter probe, reusable (physical object)"
          },
          {
            "code": "462664005",
            "display": "Pulse oximeter probe, single-use (physical object)"
          }
        ]
      }
    ]
  }
}