Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "resourceType": "Patient",
    "address": [
        {
            "text": "5 Tsoka",
            "type": "physical",
            "use": "home"
        }
    ],
    "birthDate": "1987-01-07",
    "extension": [
        {
            "url": "https://openimis.atlassian.net/wiki/spaces/OP/pages/960069653/isHead",
            "valueBoolean": true
        },
        {
            "url": "https://openimis.atlassian.net/wiki/spaces/OP/pages/960331779/registrationDate",
            "valueDateTime": "2020-05-13T06:21:37.810000"
        },
        {
            "url": "https://openimis.atlassian.net/wiki/spaces/OP/pages/960495619/locationCode",
            "valueReference": {
                "reference": "Location/BEE392F1-07D8-482F-B601-6C8BBA0BF2A9"
            }
        },
        {
            "url": "https://openimis.atlassian.net/wiki/spaces/OP/pages/960331788/educationCode",
            "valueCoding": {
                "code": "3",
                "display": "Secondary school"
            }
        },
        {
            "url": "https://openimis.atlassian.net/wiki/spaces/OP/pages/960135203/professionCode",
            "valueCoding": {
                "code": "3",
                "display": "Self Employee"
            }
        },
        {
            "url": "https://openimis.atlassian.net/wiki/spaces/OP/pages/1556643849/povertyStatus",
            "valueBoolean": true
        }
    ],
    "gender": "M",
    "id": "01EEDC6C-436C-465F-86C2-6FF68644D751",
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "UUID",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "01EEDC6C-436C-465F-86C2-6FF68644D751"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "SB",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "6561"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "PPN",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "6561"
        }
    ],
    "maritalStatus": {
        "coding": [
            {
                "code": "M",
                "system": "http://hl7.org/fhir/valueset-marital-status.html"
            }
        ],
        "text": "Married"
    },
    "name": [
        {
            "family": "Banda",
            "given": [
                "James"
            ],
            "use": "usual"
        }
    ],
    "photo": [
        {
            "creation": "1900-01-01",
            "url": "Images\\Updated\\"
        }
    ],
    "telecom": [
        {
            "system": "phone",
            "use": "home",
            "value": ""
        },
        {
            "system": "email",
            "use": "home",
            "value": "                                                                                                    "
        }
    ]
}