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

FHIR IG analytics

Packagede.bbmri.fhir
Resource TypeSpecimen
IdSpecimen-0-specimen.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

id: 0-specimen

meta:

type: Whole blood

subject: Generated Summary: id: 0; gender: male; birthDate: 1989-11-18; deceased: Jan 27, 2009, 12:00:00 AM

Collections

-Collected[x]BodySiteFastingStatus[x]
*Jun 17, 2005, 12:00:00 AMC26.8The patient indicated they did not fast prior to the procedure.

Source1

{
  "resourceType": "Specimen",
  "id": "0-specimen",
  "meta": {
    "profile": [
      "https://fhir.bbmri.de/StructureDefinition/Specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.bbmri.de/StructureDefinition/StorageTemperature",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.bbmri.de/CodeSystem/StorageTemperature",
            "code": "temperature2to10"
          }
        ]
      }
    },
    {
      "url": "https://fhir.bbmri.de/StructureDefinition/Custodian",
      "valueReference": {
        "reference": "Organization/exampleCollection"
      }
    },
    {
      "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/0"
  },
  "collection": {
    "collectedDateTime": "2005-06-17",
    "bodySite": {
      "coding": [
        {
          "system": "urn:oid:1.3.6.1.4.1.19376.1.3.11.36",
          "code": "C26.8"
        }
      ]
    },
    "fastingStatusCodeableConcept": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0916",
          "code": "NF"
        }
      ]
    }
  }
}