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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeSpecimen
IdUKCore-Specimen-BloodSpecimen-Example.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": "UKCore-Specimen-BloodSpecimen-Example",
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119297000",
        "display": "Blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "receivedTime": "2016-02-05T11:10:00Z",
  "collection": {
    "collector": {
      "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
    },
    "collectedDateTime": "2016-02-09T16:00:00Z",
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "278450005",
          "display": "Finger-prick sampling (procedure)"
        }
      ]
    },
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "182266005",
          "display": "Tip of index finger"
        }
      ]
    }
  }
}