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

FHIR IG analytics

Packagefhir.r4.wales.psom
Resource TypePatient
IdExample-DataStandardsWales-PSOM-Patient-AliceJones.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": "Patient",
  "id": "Example-DataStandardsWales-PSOM-Patient-AliceJones",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
    ]
  },
  "identifier": [
    {
      "extension": [
        {
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales",
                "code": "nn",
                "display": "Number present and traced using Welsh NHS AR"
              }
            ]
          }
        }
      ],
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9912003444"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.cavuhb.nhs.wales/Id/pas-code",
            "code": "140"
          }
        ],
        "text": "C&V PAS"
      },
      "system": "https://fhir.cavuhb.nhs.wales/Id/pas-identifier",
      "value": "A000003"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Jones",
      "given": [
        "Alice"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1980-09-13",
  "address": [
    {
      "postalCode": "CF62 9AZ"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
            "code": "cy",
            "display": "Welsh"
          }
        ]
      },
      "preferred": true
    },
    {
      "language": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
            "code": "en",
            "display": "English"
          }
        ]
      },
      "preferred": false
    }
  ]
}