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

FHIR IG analytics

Packagehl7.fhir.us.vitals
Resource TypeDevice
IdDevice-BPDevice1-example.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

Generated Narrative: Device BPDevice1-example

Blood Pressure Cuff Size: Blood pressure cuff, pediatric size (physical object)

type: Automatic-inflation electronic sphygmomanometer, portable, arm/wrist (physical object)


Source1

{
  "resourceType": "Device",
  "id": "BPDevice1-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vitals/StructureDefinition/bp-device"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/vitals/StructureDefinition/bp-cuff-size-ext",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "720736009",
            "display": "Blood pressure cuff, pediatric size (physical object)"
          }
        ]
      }
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "466086009",
        "display": "Automatic-inflation electronic sphygmomanometer, portable, arm/wrist (physical object)"
      }
    ]
  }
}