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-1.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-1",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-biobank/StructureDefinition/SpecimenCore"
    ]
  },
  "identifier": [
    {
      "system": "https://biobank.uk-musterstadt.de/fhir/sid/proben",
      "value": "5432"
    }
  ],
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "128159001",
        "display": "Tissue specimen from colon (specimen)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/mii-exa-molgen-patient"
  },
  "collection": {
    "collectedDateTime": "2022-03-24T12:44:00+01:00",
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "71854001",
          "display": "Colon structure (body structure)"
        }
      ]
    }
  }
}