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

FHIR IG analytics

Packageca.on.oh-olis
Resource TypeSpecimen
IdSpecimen-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",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Specimen|2.0.0"
    ]
  },
  "type": {
    "coding": [
      {
        "system": "http://ehealthontario.ca/fhir/CodeSystem/lab-specimen-source",
        "code": "SER",
        "display": "SERUM"
      }
    ]
  },
  "subject": {
    "reference": "#pat-1"
  },
  "receivedTime": "2017-08-24T09:32:00-04:00",
  "request": [
    {
      "reference": "#ServiceRequest-1"
    }
  ],
  "collection": {
    "collector": {
      "reference": "#practitionerrole-1"
    },
    "collectedPeriod": {
      "start": "2017-08-24T09:32:00-04:00",
      "end": "2017-08-24T15:32:00-04:00"
    },
    "quantity": {
      "value": "5.4",
      "unit": "ml"
    }
  },
  "container": {
    "identifier": [
      {
        "type": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "SID",
                "display": "Specimen Identifier"
              }
            ]
          }
        ],
        "system": "http://ehealthontario.ca/fhir/NamingSystem/lab/specimen-id-referring-lab-id-4004",
        "value": "ACL235617"
      }
    ],
    "extension": [
      {
        "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-container-sample-num",
        "valueQuantity": {
          "value": "2"
        }
      }
    ]
  },
  "note": [
    {
      "text": "Patient did not fast."
    }
  ]
}