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

FHIR IG analytics

Packagehl7.fhir.uv.pocd
Resource TypeDevice
IdDevice-PhysioMonitorMdsDevice.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

Resource Device "PhysioMonitorMdsDevice"

Profile: MDS Device profile

Approved Jurisdictions extension: United States of America (ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code#840)

Operator extension: Practitioner/SomePractitioner " CAREFUL"

Operating hours extension: 8760

Operating cycles extension: 156

Operating mode extension: Dmo

identifier: id: 01-23-45-67-89-AB-CD-EF

UdiCarriers

-DeviceIdentifierCarrierHRF
*00012345678905(01)00012345678905(21)123456

status: active

manufacturer: MyCompany

serialNumber: 123456

DeviceNames

-NameType
*MyPhysioMonitormodel-name

modelNumber: PM1

type: Patient Monitor (ISO 11073-10101 Health informatics - Point-of-care#69965 "MDC_DEV_MON_PHYSIO_MULTI_PARAM_MDS")

patient: Patient/SomePatient " DOE"

location: Location/SomeLocation "Bed 42"


Source1

{
  "resourceType": "Device",
  "id": "PhysioMonitorMdsDevice",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/pocd/StructureDefinition/MdsDevice"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/approved-jurisdictions",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:iso:std:iso:3166",
            "code": "840",
            "display": "United States of America"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/operator",
      "valueReference": {
        "reference": "Practitioner/SomePractitioner"
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/operating-hours",
      "valueUnsignedInt": 8760
    },
    {
      "url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/operating-cycles",
      "valueUnsignedInt": 156
    },
    {
      "url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/operating-mode",
      "valueCode": "Dmo"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680",
      "value": "01-23-45-67-89-AB-CD-EF"
    }
  ],
  "udiCarrier": [
    {
      "deviceIdentifier": "00012345678905",
      "carrierHRF": "(01)00012345678905(21)123456"
    }
  ],
  "status": "active",
  "manufacturer": "MyCompany",
  "serialNumber": "123456",
  "deviceName": [
    {
      "name": "MyPhysioMonitor",
      "type": "model-name"
    }
  ],
  "modelNumber": "PM1",
  "type": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "69965",
        "display": "MDC_DEV_MON_PHYSIO_MULTI_PARAM_MDS"
      }
    ],
    "text": "Patient Monitor"
  },
  "patient": {
    "reference": "Patient/SomePatient"
  },
  "location": {
    "reference": "Location/SomeLocation"
  }
}