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

FHIR IG analytics

Packagejohnmoehrke.relatedpersonconsent.example
Resource TypeValueSet
IdValueSet-AuthPurposesVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/JohnMoehrke/RelatedPersonConsent/ValueSet-AuthPurposesVS.html
URLhttp://johnmoehrke.github.io/RelatedPersonConsent/ValueSet/AuthPurposesVS
Version0.1.0
Statusdraft
Date2026-07-09T18:28:55+00:00
NameAuthPurposesVS
TitleAuthorization purposes for delegation access valueset
Realmuv
DescriptionValueSet of the Authorized purposesOfUse types

Resources that use this resource

StructureDefinition
johnmoehrke.relatedpersonconsent.example#currentRelatedPersonConsentConsent profile for a RelatedPerson relationship

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-ActReasonActReason

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet AuthPurposesVS


Source1

{
  "resourceType": "ValueSet",
  "id": "AuthPurposesVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://johnmoehrke.github.io/RelatedPersonConsent/ValueSet/AuthPurposesVS",
  "version": "0.1.0",
  "name": "AuthPurposesVS",
  "title": "Authorization purposes for delegation access valueset",
  "status": "draft",
  "experimental": false,
  "date": "2026-07-09T18:28:55+00:00",
  "publisher": "John Moehrke (himself)",
  "contact": [
    {
      "name": "John Moehrke (himself)",
      "telecom": [
        {
          "system": "url",
          "value": "http://healthcaresecprivacy.blogspot.com"
        },
        {
          "system": "email",
          "value": "JohnMoehrke@gmail.com"
        }
      ]
    },
    {
      "name": "John Moehrke (himself)",
      "telecom": [
        {
          "system": "email",
          "value": "JohnMoehrke@gmail.com"
        }
      ]
    }
  ],
  "description": "ValueSet of the Authorized purposesOfUse types",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "concept": [
          {
            "code": "FAMRQT"
          }
        ]
      }
    ]
  }
}