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

FHIR IG analytics

Packagelt.hl7.fhir.lab
Resource TypeObservation
IdObservation-observation-her2-receptor-status-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-her2-receptor-status-example

status: Final

code: ERBB2 gene duplication [Presence] in Tissue by FISH

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

effective: 2022-10-25 13:35:00+0100

performer: Practitioner Registrar

value: Her2 overexpressed or gene amplified


Lithuanian


Generated Narrative: Observation observation-her2-receptor-status-example

status: Final

code: ERBB2 gene duplication [Presence] in Tissue by FISH

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

effective: 2022-10-25 13:35:00+0100

performer: Practitioner Registrar

value: Her2 overexpressed or gene amplified


Source1

{
  "resourceType": "Observation",
  "id": "observation-her2-receptor-status-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lab/StructureDefinition/her2-receptor-status-observation-lt-lab"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "31150-6",
        "display": "ERBB2 gene duplication [Presence] in Tissue by FISH"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2022-10-25T13:35:00+01:00",
  "performer": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://tx.hl7.lt/fhir/CodeSystem/her2-receptor-status",
        "code": "1",
        "display": "Her2 overexpressed or gene amplified"
      }
    ]
  }
}