FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/svc-patient

Packagewho.ved
TypeStructureDefinition
Idsvc-patient
FHIR VersionR4
Sourcenull/https://simplifier.net/resolve?scope=who.ved@4.0.0&canonical=https://who-int.github.io/svc/refs/heads/rc2/StructureDefinition/svc-patient
URLhttps://who-int.github.io/svc/refs/heads/rc2/StructureDefinition/svc-patient
Version0.2.0
Statusactive
Date2021-04-09T17:17:39+00:00
NameSVC_Patient
TitleSVC Patient
Realmuv
Authoritywho
DescriptionCorresponds to the demographic information on the front page of the a paper Smart Vaccination Certificate (SVC) An SVC_Patient should: * set the [identifier.assigner](StructureDefinition-svc-patient-definitions.html#Patient.identifier.assigner) to reference the [SVC Organization](StructureDefinition-svc-organization.html) resource associated to the PHA via the WHO Public Key Directory
TypePatient
Kindresource

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

NameFlagsCard.TypeDescription & Constraintsdoco
..Patient0..*PatientInformation about an individual or animal receiving health care services
...identifier1..*(Slice Definition)An identifier for this patient
Slice: Ordered, Open by value:system
....identifier:SVC_Identifier1..*IdentifierAn identifier for this patient
.....systemS1..1uriThe namespace for the identifier value
.....valueS1..1stringThe value that is unique
.....assignerS1..1Reference(Organization)Organization that issued id (may be just text)

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "svc-patient",
  "meta": {
    "lastUpdated": "2021-04-20T09:39:59.611+00:00"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Base.Individuals"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "https://who-int.github.io/svc/refs/heads/rc2/StructureDefinition/svc-patient",
  "version": "0.2.0",
  "name": "SVC_Patient",
  "title": "SVC Patient",
  "status": "active",
  "date": "2021-04-09T17:17:39+00:00",
  "publisher": "World Health Organization (WHO)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.who.int"
        }
      ]
    }
  ],
  "description": "Corresponds to the demographic information on the front page of the a paper Smart Vaccination Certificate (SVC)\n\nAn SVC_Patient should:\n* set the [identifier.assigner](StructureDefinition-svc-patient-definitions.html#Patient.identifier.assigner) to reference the [SVC Organization](StructureDefinition-svc-organization.html) resource associated to the PHA via the WHO Public Key Directory",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "ordered": true,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.identifier:SVC_Identifier",
        "path": "Patient.identifier",
        "sliceName": "SVC_Identifier",
        "min": 1
      },
      {
        "id": "Patient.identifier:SVC_Identifier.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:SVC_Identifier.value",
        "path": "Patient.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:SVC_Identifier.assigner",
        "path": "Patient.identifier.assigner",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}