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

FHIR IG analytics

Packagemyhealth.eu.fhir.laboratory
Resource TypeSpecimen
IdSpecimen-specimen1.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 specimen1

status: Available

type: Blood

Collections

-Collected[x]BodySite
*2023-03-09 14:30:00+0100Abdomen

Source1

{
  "resourceType": "Specimen",
  "id": "specimen1",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Specimen-lab-myhealtheu"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119297000",
        "display": "Blood specimen"
      }
    ],
    "text": "Blood"
  },
  "collection": {
    "collectedDateTime": "2023-03-09T14:30:00+01:00",
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "818983003",
          "display": "Abdomen"
        }
      ]
    }
  }
}