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

FHIR IG analytics

Packagehl7.fhir.us.ph-library.r4
Resource TypeSpecimen
IdSpecimen-us-ph-specimen-serum.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: Specimen us-ph-specimen-serum

identifier: http://example.org/labs/ids/20220927-00124

accessionIdentifier: http://example.org/labs/accession-ids/20220927-00124

type: Serum

subject: Eve Everywoman

Collections

-Collected[x]BodySite
*2022-09-27 18:07:12+0000Supraorbital vein

Source1

{
  "resourceType": "Specimen",
  "id": "us-ph-specimen-serum",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/labs/ids",
      "value": "20220927-00124"
    }
  ],
  "accessionIdentifier": {
    "system": "http://example.org/labs/accession-ids",
    "value": "20220927-00124"
  },
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code": "SER",
        "display": "Serum"
      }
    ]
  },
  "subject": {
    "reference": "Patient/us-ph-patient-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "collection": {
    "collectedDateTime": "2022-09-27T18:07:12Z",
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "1630006",
          "display": "Supraorbital vein"
        }
      ]
    }
  }
}