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

FHIR IG analytics

Packagehl7.fhir.in
Resource TypeSpecimen
IdSpecimen-example-01.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

Serum specimen

Source1

{
  "resourceType": "Specimen",
  "id": "example-01",
  "meta": {
    "profile": [
      "http://nrces.in/ndhm/fhir/r4/StructureDefinition/Specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119364003",
        "display": "Serum specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1"
  },
  "receivedTime": "2015-07-08T06:40:17Z",
  "collection": {
    "collectedDateTime": "2020-07-08T06:40:17Z"
  }
}