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

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeConsent
IdConsent-23.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


Source1

{
  "resourceType": "Consent",
  "id": "23",
  "meta": {
    "versionId": "1",
    "profile": [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent-affiliation",
      "valueReference": {
        "reference": "EpisodeOfCare/42"
      }
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://ehealth.sundhed.dk/cs/ehealth-consent-scope",
        "code": "behavior"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://ehealth.sundhed.dk/cs/consent-category",
          "code": "behavior-by-policy"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/102"
  },
  "policy": [
    {
      "uri": "http://ehealth.sundhed.dk/policy/ehealth/display-triage-result"
    }
  ],
  "provision": {
    "class": [
      {
        "system": "http://hl7.org/fhir/resource-types",
        "code": "ClinicalImpression"
      }
    ],
    "code": [
      {
        "coding": [
          {
            "system": "http://ehealth.sundhed.dk/cs/ehealth-consent-provision-code",
            "code": "display-triage-result"
          }
        ]
      }
    ]
  }
}