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

FHIR IG analytics

Packagehl7.fhir.be.patient-monitoring
Resource TypePatient
IdPatient-Patient-123.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: Patient Patient-123

NUMMER 15 KWS-TESTPATIENT (official) Female, DoB: 1931-04-19 ( Medical record number: 310419V999 (use: usual, ))


Active:trueDeceased:false
Multiple Birth:false
Other Id:Medical record number/15 (use: usual, )
Contact Detail
Languages:
  • French (preferred)
  • Dutch
Teacher (occupation):
  • +3212345678
Companion (occupation):
Child (person):
Links:

Source1

{
  "resourceType": "Patient",
  "id": "Patient-123",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ]
      },
      "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/eadnr",
      "value": "15"
    },
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ]
      },
      "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/emdnr",
      "value": "310419V999"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "KWS-TESTPATIENT",
      "given": [
        "NUMMER 15"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "02/1234567",
      "rank": 9
    },
    {
      "system": "email",
      "value": "test.test@1234.betestann",
      "rank": 9
    },
    {
      "system": "email",
      "value": "ditistest@testface.com",
      "rank": 1
    },
    {
      "system": "email",
      "value": "face@tkklkljklklmlks.com",
      "rank": 9
    }
  ],
  "gender": "female",
  "birthDate": "1931-04-19",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "ITALIESTRAAT 171 B"
      ],
      "city": "Helecine",
      "postalCode": "1357",
      "period": {
        "start": "2006-03-07",
        "end": "2020-10-15"
      }
    },
    {
      "use": "home",
      "line": [
        "AAA X"
      ],
      "city": "DEN HAAG",
      "postalCode": "4544 NL",
      "country": "NL",
      "period": {
        "start": "2020-10-16"
      }
    }
  ],
  "multipleBirthBoolean": false,
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "106304008",
              "display": "Teacher (occupation)"
            }
          ]
        }
      ],
      "telecom": [
        {
          "system": "sms",
          "value": "+3212345678",
          "rank": 9
        }
      ]
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "62071000",
              "display": "Companion (occupation)"
            }
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "+32473444444",
          "rank": 9
        }
      ]
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "67822003",
              "display": "Child (person)"
            }
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "+3216622552",
          "rank": 9
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "fr"
          }
        ]
      },
      "preferred": true
    },
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "nl"
          }
        ]
      }
    }
  ],
  "generalPractitioner": [
    {
      "reference": "PractitionerRole/PractitionerRole-16500"
    }
  ]
}