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

FHIR IG analytics

Packagepc.ig
Resource TypeBasic
IdBasic-imm-ind-pat-example-1.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: Basic imm-ind-pat-example-1

Immunosuppressant ID relationship: Basic Immunosuppressive drug

Patient ID relationship: Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

Immunosuppressant dose: 0.15 mg/kg (Details: UCUM codemg.kg-1 = 'mg.kg-1')

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/immunosuppressive-induction-patient-id/IIP0001

code: Immunosuppressive induction


Source1

{
  "resourceType": "Basic",
  "id": "imm-ind-pat-example-1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-induction-patient"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-induction-imm-ref",
      "valueReference": {
        "reference": "Basic/immunosuppressant-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-induction-patient-ref",
      "valueReference": {
        "reference": "Patient/ExamplePatientTransplant1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-induction-dose",
      "valueQuantity": {
        "value": 0.15,
        "unit": "mg/kg",
        "system": "http://unitsofmeasure.org",
        "code": "mg.kg-1"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/immunosuppressive-induction-patient-id",
      "value": "IIP0001"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/immunosuppressive-induction-patient-type",
        "code": "induction",
        "display": "Immunosuppressive induction"
      }
    ]
  }
}