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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeSpecimen
IdSpecimen-ExampleSGHISpecimen.json
FHIR VersionR5

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 ExampleSGHISpecimen

Profile: SGHI Specimen

identifier: Medical Record Number/SPECIMEN1234 (use: official, )

accessionIdentifier: Medical Record Number/ACCESID9080 (use: official, )

status: Unavailable

subject: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)

receivedTime: 2025-01-01 10:30:00+0000

role: Electronic QC

Collections

-Collected[x]
*2025-01-01 10:30:00+0000

Processings

-Method
*Core Needle Biopsy

Source1

{
  "resourceType": "Specimen",
  "id": "ExampleSGHISpecimen",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "SPECIMEN1234",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "accessionIdentifier": {
    "use": "official",
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code": "MR",
          "display": "Medical Record Number"
        }
      ]
    },
    "value": "ACCESID9080",
    "assigner": {
      "reference": "Organization/ExampleSGHIOrganization"
    }
  },
  "status": "unavailable",
  "subject": {
    "reference": "Patient/ExampleSGHIPatient"
  },
  "receivedTime": "2025-01-01T10:30:00Z",
  "role": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/specimen-role",
          "code": "e",
          "display": "Electronic QC"
        }
      ]
    }
  ],
  "collection": {
    "collectedDateTime": "2025-01-01T10:30:00Z"
  },
  "processing": [
    {
      "method": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/specimen-role",
            "code": "cnb",
            "display": "Core Needle Biopsy"
          }
        ]
      }
    }
  ]
}