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

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeObservation
IdObservation-ImmunologicalDataExample1.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 ImmunologicalDataExample1

identifier: ProtectChildImmunologicalDataId/IMMDATA-001

status: Final

category: Laboratory

code: Immunological data panel

subject: Anonymous Patient Female, DoB Unknown ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

encounter: Encounter: identifier = https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/visit#V000001; status = finished; class = ambulatory (ActCode#AMB); type = 1 month visit; period = 2023-09-15 --> (ongoing)

component

code: ABO group [Type] in Blood

value: Group A

component

code: Rh [Type] in Blood

value: Rh positive

component

code: HLA-A allele 1

value: A*02:01

component

code: HLA-A allele 2

value: A*24:02

component

code: Post-transplant anti-HLA DSA class

value: Class I

component

code: Banff rejection category

value: Banff 2 – Antibody-mediated changes


Source1

{
  "resourceType": "Observation",
  "id": "ImmunologicalDataExample1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunological-data"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/immunological-data-id",
      "value": "IMMDATA-001"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/immunological-data-panel-cs",
        "code": "immunological-data-panel",
        "display": "Immunological data panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "encounter": {
    "reference": "Encounter/VisitExample1"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "883-9",
            "display": "ABO group [Type] in Blood"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-abo-group-cs",
            "code": "A",
            "display": "Group A"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "10331-7",
            "display": "Rh [Type] in Blood"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-rh-factor-cs",
            "code": "positive",
            "display": "Rh positive"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-data-component-cs",
            "code": "hla-a-1",
            "display": "HLA-A allele 1"
          }
        ]
      },
      "valueString": "A*02:01"
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-data-component-cs",
            "code": "hla-a-2",
            "display": "HLA-A allele 2"
          }
        ]
      },
      "valueString": "A*24:02"
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-data-component-cs",
            "code": "post-tx-dsa-class",
            "display": "Post-transplant anti-HLA DSA class"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/dsa-class-cs",
            "code": "class-i",
            "display": "Class I"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-data-component-cs",
            "code": "banff-category",
            "display": "Banff rejection category"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/banff-category-cs",
            "code": "2",
            "display": "Banff 2 – Antibody-mediated changes"
          }
        ]
      }
    }
  ]
}