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

FHIR IG analytics

Packagelt.hl7.fhir.colorectal
Resource TypeObservation
IdObservation-observation-nras-not-detected-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: Observation observation-nras-not-detected-example

status: Final

category: Laboratory

code: NRAS mutation test

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2026-03-15

performer: Practitioner Dr. Petras Kazlauskas(official)

value: Undefined mutation


Lithuanian


Generated Narrative: Observation observation-nras-not-detected-example

status: Final

category: Laboratory

code: NRAS mutation test

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2026-03-15

performer: Practitioner Dr. Petras Kazlauskas(official)

value: Undefined mutation


Source1

{
  "resourceType": "Observation",
  "id": "observation-nras-not-detected-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/colorectal/StructureDefinition/molecular-test-result-lt-colorectal"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://tx.hl7.lt/fhir/CodeSystem/snomed-extension-lt-colorectal",
        "code": "nras-test",
        "display": "NRAS mutation test"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "effectiveDateTime": "2026-03-15",
  "performer": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://tx.hl7.lt/fhir/CodeSystem/snomed-extension-lt-colorectal",
        "code": "mol-not-detected",
        "display": "Undefined mutation"
      }
    ]
  }
}