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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeDevice
IdDevice-UC4-Device-HipProsthesis.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 UC4-Device-HipProsthesis

identifier: Serial Number/HP20180415001, Employer number/Zimmer Biomet Taperloc

status: Active

type: Total hip replacement prosthesis

patient: Rudolf Ernst Zimmermann Male, DoB: 1939-02-14 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015090202647590)


Source1

{
  "resourceType": "Device",
  "id": "UC4-Device-HipProsthesis",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-device"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SNO"
          }
        ]
      },
      "value": "HP20180415001"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "EN"
          }
        ]
      },
      "value": "Zimmer Biomet Taperloc"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "304120007",
        "display": "Total hip replacement prosthesis"
      }
    ]
  },
  "patient": {
    "reference": "Patient/UC4-Patient-RudolfZimmermann"
  }
}