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

FHIR IG analytics

Packagefhir.nwgenomics.nhs.uk
Resource TypeRelatedPerson
IdRelatedPerson-RelatedPerson-Wrexham-London.json
FHIR VersionR4

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: RelatedPerson RelatedPerson-Wrexham-London

Profile: RelatedPerson

identifier: National Health Plan Identifier/9333397654 (use: official, )

patient: Cersei London (official) Female, DoB: 1973-10-03 ( Medical record number)

relationship: daughter

name: Myrcella Wrexham (Official)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "RelatedPerson-Wrexham-London",
  "meta": {
    "profile": [
      "https://fhir.nwgenomics.nhs.uk/StructureDefinition/RelatedPerson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NH"
          }
        ]
      },
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9333397654"
    }
  ],
  "patient": {
    "reference": "Patient/Patient-London"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "DAU",
          "display": "daughter"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Wrexham",
      "given": [
        "Myrcella"
      ]
    }
  ]
}