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

FHIR IG analytics

Packagech.fhir.ig.ch-ekm
Resource TypeObservation
IdObservation-ChEkmObservationExample-ExposureViralDisease.json
FHIR VersionR4

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: Observation ChEkmObservationExample-ExposureViralDisease

CH EKM Extension: Exposure Address: NP

status: Final

category: acquisition exposure

code: Exposure Agent

subject: Beispielin Muster Male, DoB: 2000-01-01 ( urn:oid:2.16.756.5.32#AHVN13#7561234567897)

effective: 2025-12-01 --> 2025-12-01

value: Hepatitis C virus (organism)

component

code: Location

value: Travel abroad (finding)

component

code: Participant

value: Unknown (qualifier value)


Source1

{
  "resourceType": "Observation",
  "id": "ChEkmObservationExample-ExposureViralDisease",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.ch/ig/ch-ekm/StructureDefinition/ch-ekm-ext-exposure-address",
      "valueAddress": {
        "country": "NP",
        "_country": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-codedString",
              "valueCoding": {
                "system": "urn:iso:std:iso:3166",
                "code": "NP",
                "display": "Nepal"
              }
            }
          ]
        }
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass",
          "code": "AEXPOS",
          "display": "acquisition exposure"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "code": "EXPAGNT",
        "display": "Exposure Agent"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ChEkmPatientExample"
  },
  "effectivePeriod": {
    "start": "2025-12-01",
    "end": "2025-12-01"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "62944002",
        "display": "Hepatitis C virus (organism)"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "LOC",
            "display": "Location"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "276030007",
            "display": "Travel abroad (finding)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "PART",
            "display": "Participant"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "261665006",
            "display": "Unknown (qualifier value)"
          }
        ]
      }
    }
  ]
}