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

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypeSpecimen
IdSpecimen-krcore-specimen-example-02.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: Specimen krcore-specimen-example-02

identifier: https://www.examplehospital.com/Identifier/specimen-id/example-specimen-id-02

type: Capillary blood specimen (specimen)

subject: null Unknown, DoB: ( Medical record number)


Source1

{
  "resourceType": "Specimen",
  "id": "krcore-specimen-example-02",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.examplehospital.com/Identifier/specimen-id",
      "value": "example-specimen-id-02"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "122554006",
        "display": "Capillary blood specimen (specimen)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/krcore-patient-example-04"
  }
}