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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.molgen
Resource TypeSpecimen
IdSpecimen-mii-exa-molgen-specimen-blood-edta.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Specimen",
  "id": "mii-exa-molgen-specimen-blood-edta",
  "identifier": [
    {
      "system": "https://www.medizininformatik-initiative.de/fhir/sid/specimen-ids",
      "value": "EDTA-2024-001"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119361006",
        "display": "Plasma specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/mii-exa-molgen-patient"
  },
  "collection": {
    "collectedDateTime": "2024-01-15T09:30:00+01:00"
  },
  "container": [
    {
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "767384004",
            "display": "Evacuated blood collection tube with clot activator"
          }
        ]
      },
      "capacity": {
        "value": 10,
        "unit": "milliliter",
        "system": "http://unitsofmeasure.org",
        "code": "mL"
      },
      "specimenQuantity": {
        "value": 10,
        "unit": "milliliter",
        "system": "http://unitsofmeasure.org",
        "code": "mL"
      }
    }
  ]
}