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

FHIR IG analytics

Packageleumit.fhir.r4
Resource TypeSpecimen
IdSpecimen-specimen-example-blood.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

דגימת דם לבדיקות מעבדה

מזהה דגימה: SPEC-2024-001234

סוג דגימה: סרום

מטופל: ישראל ישראלי

תאריך איסוף: 08/02/2024 08:30

מקום לקיחה: ורידי זרוע שמאל

סטטוס: זמין


Source1

{
  "resourceType": "Specimen",
  "id": "specimen-example-blood",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "laboratoryTests",
        "display": "בדיקות מעבדה"
      }
    ],
    "profile": [
      "http://fhir.leumit.co.il/StructureDefinition/lab-test-order-specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.leumit.co.il/identifier/specimen",
      "value": "SPEC-2024-001234"
    }
  ],
  "accessionIdentifier": {
    "system": "http://fhir.leumit.co.il/identifier/specimen-accession",
    "value": "ACC-2024-005678"
  },
  "type": {
    "coding": [
      {
        "system": "http://fhir.leumit.co.il/cs/specimen-type",
        "code": "10",
        "display": "סרום"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "119364003",
        "display": "Serum specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example-leumit",
    "display": "ישראל ישראלי"
  },
  "collection": {
    "bodySite": {
      "coding": [
        {
          "system": "http://fhir.leumit.co.il/cs/body-site",
          "code": "160",
          "display": "דם"
        },
        {
          "system": "http://snomed.info/sct",
          "code": "368209003",
          "display": "Left arm"
        }
      ]
    },
    "collectedDateTime": "2024-02-08T08:30:00+02:00"
  },
  "container": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.leumit.co.il/cs/container-type",
            "code": "TUBE-VAC",
            "display": "צינור ואקום"
          }
        ]
      }
    }
  ],
  "request": [
    {
      "reference": "ServiceRequest/servicerequest-example-leumit"
    }
  ],
  "status": "available",
  "receivedTime": "2024-02-08T08:45:00+02:00"
}