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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeDevice
IdDevice-dev-example.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 dev-example

UdiCarriers

-DeviceIdentifierCarrierHRF
*09504000059118(01)09504000059118(17)141120(10)7654321D(21)10987654d321

status: Active

expirationDate: 2014-11-20

lotNumber: 7654321D

serialNumber: 10987654d321

type: Coated femoral stem prosthesis, modular

patient: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))


Source1

{
  "resourceType": "Device",
  "id": "dev-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Device-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "udiCarrier": [
    {
      "deviceIdentifier": "09504000059118",
      "carrierHRF": "(01)09504000059118(17)141120(10)7654321D(21)10987654d321"
    }
  ],
  "status": "active",
  "expirationDate": "2014-11-20",
  "lotNumber": "7654321D",
  "serialNumber": "10987654d321",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/731000124108",
        "code": "468063009",
        "display": "Coated femoral stem prosthesis, modular"
      }
    ]
  },
  "patient": {
    "reference": "Patient/pat-example"
  }
}