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

FHIR IG analytics

Packagelt.hl7.fhir.cervical
Resource TypeSpecimen
IdSpecimen-specimen-cervical-biopsy-example.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


English


Generated Narrative: Specimen specimen-cervical-biopsy-example

Language: en

Profile: Specimen (LT Lab)

identifier: urn:oid:2.16.840.1.113883.4.330.1/SPEC-CERV-2025-0042

type: Cervical cone biopsy specimen

subject: Janette Petrauskaite(official) Female, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

receivedTime: 2025-04-10 10:30:00+0200

collection

collector: Practitioner Dr. Petras Kazlauskas(official)

collected: 2025-04-10 09:00:00+0200

method: Cone biopsy of cervix (procedure)

BodySites

-Concept
*Cervix uteri structure (body structure)

Lithuanian


Generated Narrative: Specimen specimen-cervical-biopsy-example

Language: en

Profile: Specimen (LT Lab)

identifier: urn:oid:2.16.840.1.113883.4.330.1/SPEC-CERV-2025-0042

type: Cervical cone biopsy specimen

subject: Janette Petrauskaite(official) Female, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

receivedTime: 2025-04-10 10:30:00+0200

collection

collector: Practitioner Dr. Petras Kazlauskas(official)

collected: 2025-04-10 09:00:00+0200

method: Cone biopsy of cervix (procedure)

BodySites

-Concept
*Cervix uteri structure (body structure)

Source1

{
  "resourceType": "Specimen",
  "id": "specimen-cervical-biopsy-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lab/StructureDefinition/specimen-lt-lab"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.4.330.1",
      "value": "SPEC-CERV-2025-0042"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119376003",
        "display": "Tissue specimen (specimen)"
      }
    ],
    "text": "Cervical cone biopsy specimen"
  },
  "subject": {
    "reference": "Patient/patient-female-example"
  },
  "receivedTime": "2025-04-10T10:30:00+02:00",
  "collection": {
    "collector": {
      "reference": "Practitioner/practitioner-example"
    },
    "collectedDateTime": "2025-04-10T09:00:00+02:00",
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "54535009",
          "display": "Cone biopsy of cervix (procedure)"
        }
      ]
    },
    "bodySite": {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "71252005",
            "display": "Cervix uteri structure (body structure)"
          }
        ]
      }
    }
  }
}