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

FHIR IG analytics

Packagelt.hl7.fhir.vitalsigns
Resource TypeDevice
IdDevice-example-device-blood-pressure.json
FHIR VersionR5

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


English


Generated Narrative: Device example-device-blood-pressure

status: Active

manufacturer: Omron Healthcare

type: Non-invasive blood pressure monitor (physical object)

Properties

-TypeValue[x]
*MDC_DEV_SPEC_PROFILE_BPBlood pressure cuff, adult size (physical object)

Lithuanian


Generated Narrative: Device example-device-blood-pressure

status: Active

manufacturer: Omron Healthcare

type: Non-invasive blood pressure monitor (physical object)

Properties

-TypeValue[x]
*MDC_DEV_SPEC_PROFILE_BPBlood pressure cuff, adult size (physical object)

Source1

{
  "resourceType": "Device",
  "id": "example-device-blood-pressure",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/vitalsigns/StructureDefinition/device-blood-pressure"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "manufacturer": "Omron Healthcare",
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "258057004",
          "display": "Non-invasive blood pressure monitor (physical object)"
        }
      ]
    }
  ],
  "property": [
    {
      "type": {
        "coding": [
          {
            "system": "urn:iso:std:iso:11073:10101",
            "code": "528391"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "720737000",
            "display": "Blood pressure cuff, adult size (physical object)"
          }
        ]
      }
    }
  ]
}