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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeDevice
IdDevice-example1.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 example1

identifier: PAI-D/8003640013000057

DeviceNames

-NameType
*Some registered repository serviceother

type: National patient health record repository

owner: Identifier: PAI-O/8003640011000059


Source1

{
  "resourceType": "Device",
  "id": "example1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "NDI",
            "display": "National Device Identifier"
          }
        ],
        "text": "PAI-D"
      },
      "system": "http://ns.electronichealth.net.au/id/pcehr/paid/1.0",
      "value": "8003640013000057"
    }
  ],
  "deviceName": [
    {
      "name": "Some registered repository service",
      "type": "other"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "462240000",
        "display": "Patient health record information system"
      }
    ],
    "text": "National patient health record repository"
  },
  "owner": {
    "identifier": {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "NOI",
            "display": "National Organisation Identifier"
          }
        ],
        "text": "PAI-O"
      },
      "system": "http://ns.electronichealth.net.au/id/pcehr/paio/1.0",
      "value": "8003640011000059"
    }
  }
}