FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Device/ihe-pcd (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

ihe-pcd

{
  "resourceType" : "Device",
  "id" : "ihe-pcd",
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "SNO"
      }],
      "text" : "Serial Number"
    },
    "value" : "AMID-123-456"
  }],
  "manufacturer" : "Acme Devices, Inc",
  "lotNumber" : "12345",
  "name" : [{
    "value" : "Acme Patient Monitor",
    "type" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/device-nametype",
        "code" : "user-friendly-name"
      }]
    }
  }],
  "modelNumber" : "A.1.1",
  "type" : [{
    "text" : "Vital Signs Monitor"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.