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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm
Resource TypeDevice
IdDevice-device-example-ach-ach-pass1-central-line.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 device-example-ach-ach-pass1-central-line

identifier: http://example.org/identifiers/698.8/1000510341 (use: usual, )

type: Central venous catheter, device

patient: Pass1 ACH


Source1

{
  "resourceType": "Device",
  "id": "device-example-ach-ach-pass1-central-line",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-device|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "http://example.org/identifiers/698.8",
      "value": "1000510341"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "52124006",
        "display": "Central venous catheter, device (physical object)"
      }
    ],
    "text": "Central venous catheter, device"
  },
  "patient": {
    "reference": "Patient/patient-example-ach-ach-pass1",
    "display": "Pass1 ACH"
  }
}