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

FHIR IG analytics

Packagehl7.fhir.eu.extensions.r5
Resource TypeConsent
IdConsent-consent-example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Consent",
  "id": "consent-example",
  "contained": [
    {
      "resourceType": "Condition",
      "id": "condition-example",
      "clinicalStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
            "code": "active",
            "display": "Active"
          }
        ]
      },
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "431855005",
            "display": "Chronic kidney disease stage 1"
          }
        ]
      },
      "subject": {
        "display": "Nice Patient"
      },
      "onsetAge": {
        "extension": [
          {
            "url": "http://hl7.eu/fhir/extensions/StructureDefinition/periods-of-life",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "41847000",
                  "display": "Adulthood"
                }
              ]
            }
          }
        ],
        "value": 40,
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    }
  ],
  "extension": [
    {
      "url": "http://hl7.eu/fhir/StructureDefinition/consent-relatedCondition",
      "valueReference": {
        "reference": "#condition-example"
      }
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0",
          "display": "Consent Document"
        }
      ]
    }
  ]
}