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

FHIR IG analytics

Packagetw.gov.mohw.nhi.ngs
Resource TypeSpecimen
IdSpecimen-spe-min.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

檢體病理編號:123-4567

檢體類型:Blood (LOINC-基因檢測檢體類型值集#LP7057-5)

病人Patient/pat-min

檢體採檢日期:2024-05-06T09:00:00.000Z


Source1

{
  "resourceType": "Specimen",
  "id": "spe-min",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/ngs/StructureDefinition/Specimen-twngs"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "123-4567"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LP7057-5",
        "display": "Bld"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "receivedTime": "2024-05-06T09:00:00.000Z"
}