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

FHIR IG analytics

Packagelt.hl7.fhir.cervical
Resource TypeObservation
IdObservation-observation-hpv-result-group-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-hpv-result-group-example

Language: en

Profile: HPV Test Result

status: Final

category: Laboratory

code: Human papillomavirus deoxyribonucleic acid detection (procedure)

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

effective: 2025-02-18

performer: Organization Vilniaus miesto ligoninė

value: Human papillomavirus deoxyribonucleic acid detected, high risk on cervical specimen (finding)

Components

-CodeValue[x]
*Genus Papillomavirus (organism)Medium-risk genotype group (31, 33, 35, 45, 52, 58)

Lithuanian


Generated Narrative: Observation observation-hpv-result-group-example

Language: en

Profile: HPV Test Result

status: Final

category: Laboratory

code: Human papillomavirus deoxyribonucleic acid detection (procedure)

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

effective: 2025-02-18

performer: Organization Vilniaus miesto ligoninė

value: Human papillomavirus deoxyribonucleic acid detected, high risk on cervical specimen (finding)

Components

-CodeValue[x]
*Genus Papillomavirus (organism)Medium-risk genotype group (31, 33, 35, 45, 52, 58)

Source1

{
  "resourceType": "Observation",
  "id": "observation-hpv-result-group-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/cervical/StructureDefinition/hpv-test-result-lt-cervical"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "35904009",
        "display": "Human papillomavirus deoxyribonucleic acid detection (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-female-example"
  },
  "effectiveDateTime": "2025-02-18",
  "performer": [
    {
      "reference": "Organization/organization-example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "720005005",
        "display": "Human papillomavirus deoxyribonucleic acid detected, high risk on cervical specimen (finding)"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "243584004",
            "display": "Genus Papillomavirus (organism)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://tx.hl7.lt/fhir/CodeSystem/hpv-risk-group",
            "code": "medium",
            "display": "Medium-risk genotype group (31, 33, 35, 45, 52, 58)"
          }
        ]
      }
    }
  ]
}