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

FHIR IG analytics

Packagehl7.fhir.us.ndh.r4b
Resource TypeConsent
IdConsent-PatientConsent.json
FHIR VersionR4B

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: Consent PatientConsent

Last updated: 2020-07-07 13:26:22+0000

Profile: NDH Base Restriction

NDH usage restriction fhir path: Patient?address.use=home

status: Active

scope: Directory Privacy Consent

category: Directory Restriction

policyRule: NDH Restriction


Source1

{
  "resourceType": "Consent",
  "id": "PatientConsent",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Restriction"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-restrictFhirPath",
      "valueExpression": {
        "language": "text/fhirpath",
        "expression": "Patient?address.use=home"
      }
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentScopeNdhCS",
        "code": "directory-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentCategoryNdhCS",
          "code": "DRC"
        }
      ]
    }
  ],
  "policyRule": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentPolicyRulesCS",
        "code": "ndh-restriction"
      }
    ]
  }
}