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

FHIR IG analytics

Packagehl7.fhir.uv.cardx-cied
Resource TypeDeviceAssociation
IdDeviceAssociation-ACMEDevicePatientAssociation.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


Source1

{
  "resourceType": "DeviceAssociation",
  "id": "ACMEDevicePatientAssociation",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-association"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/association-status-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/deviceassociation-status",
            "code": "implanted"
          }
        ]
      }
    }
  ],
  "device": {
    "reference": "Device/uc1ACMEICD"
  },
  "status": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/deviceassociation-status",
        "code": "implanted"
      }
    ]
  },
  "subject": {
    "reference": "Patient/uc1ACMEPatient"
  },
  "period": {
    "start": "2020-06-01"
  }
}