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

FHIR IG analytics

Packageno.nhn.fhir.helsenorge.profiles
Resource TypeValueSet
IdValueSet-auth-type-vs.json
FHIR VersionR4

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": "ValueSet",
  "name": "AuthTypeVS",
  "id": "auth-type-vs",
  "title": "Authentication Type ValueSet",
  "description": "Allowed authentication types",
  "version": "1.0.0",
  "url": "http://example.org/ValueSet/auth-type-vs",
  "compose": {
    "include": [
      {
        "system": "http://example.org/CodeSystem/auth-type-cs"
      }
    ]
  }
}