Related Person 91000000009

Tree View

RelatedPerson

Table View

RelatedPerson.id[0]NationalProxy-RelatedPerson-91000000009-Example
RelatedPerson.identifier[0].system[0]https://fhir.nhs.uk/Id/nhs-number
RelatedPerson.identifier[0].value[0]91000000009
RelatedPerson.active[0]False
RelatedPerson.patient[0].identifier[0].system[0]https://fhir.nhs.uk/Id/nhs-number
RelatedPerson.patient[0].identifier[0].value[0]9000000017
RelatedPerson.patient[0].display[0]Jane Marie Anne Smith
RelatedPerson.relationship[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-RoleCode
RelatedPerson.relationship[0].coding[0].code[0]NMTH
RelatedPerson.relationship[0].coding[0].display[0]natural mother
RelatedPerson.relationship[0].text[0]Natural Mother
RelatedPerson.name[0].use[0]official
RelatedPerson.name[0].family[0]Smith
RelatedPerson.name[0].given[0]Jayne
RelatedPerson.birthDate[0]1916-12-05

XML View

<RelatedPerson xmlns="http://hl7.org/fhir">
    <id value="NationalProxy-RelatedPerson-91000000009-Example" />
    <identifier>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="91000000009" />
    </identifier>
    <active value="false" />
    <patient>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="9000000017" />
        </identifier>
        <display value="Jane Marie Anne Smith" />
    </patient>
    <relationship>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
            <code value="NMTH" />
            <display value="natural mother" />
        </coding>
        <text value="Natural Mother" />
    </relationship>
    <name>
        <use value="official" />
        <family value="Smith" />
        <given value="Jayne" />
    </name>
    <birthDate value="1916-12-05" />
</RelatedPerson>

JSON View

{
    "resourceType": "RelatedPerson",
    "id": "NationalProxy-RelatedPerson-91000000009-Example",
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "91000000009"
        }
    ],
    "active": false,
    "patient": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9000000017"
        },
        "display": "Jane Marie Anne Smith"
    },
    "relationship":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                    "code": "NMTH",
                    "display": "natural mother"
                }
            ],
            "text": "Natural Mother"
        }
    ],
    "name":  [
        {
            "use": "official",
            "family": "Smith",
            "given":  [
                "Jayne"
            ]
        }
    ],
    "birthDate": "1916-12-05"
}