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

FHIR IG analytics

Packagede.dktk.oncology
Resource TypeSpecimen
IdSpecimen-Specimen-example-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": "Specimen-Specimen-example-1",
  "meta": {
    "profile": [
      "https://fhir.bbmri.de/StructureDefinition/Specimen"
    ]
  },
  "extension": [
    {
      "url": "https://fhir.bbmri.de/StructureDefinition/SampleDiagnosis",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.bbmri.de/CodeSystem/OtherSampleDiagnosis",
            "code": "unknown"
          }
        ]
      }
    }
  ],
  "type": {
    "coding": [
      {
        "system": "https://fhir.bbmri.de/CodeSystem/SampleMaterialType",
        "code": "whole-blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-Patient-example-1"
  },
  "collection": {
    "collectedDateTime": "2005-06-17",
    "bodySite": {
      "coding": [
        {
          "system": "urn:oid:1.3.6.1.4.1.19376.1.3.11.36",
          "code": "C26.8"
        }
      ]
    }
  }
}