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

FHIR IG analytics

Packagehl7.fhir.us.davinci-atr
Resource TypePatient
IdPatient-3.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

Malcolm243 Erdman779

Source1

{
  "resourceType": "Patient",
  "id": "3",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-04-25T02:41:22.204-04:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ],
        "text": "Medical Record Number"
      },
      "system": "http://example.org",
      "value": "smart-1577780"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Erdman779",
      "given": [
        "Malcolm243"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "800-613-1713",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "carol.allen@example.com"
    }
  ],
  "gender": "female",
  "birthDate": "1963-12-26",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "67 Meadow St"
      ],
      "city": "Sapulpa",
      "state": "OK",
      "postalCode": "74066",
      "country": "USA"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ],
    "text": "Getrouwd"
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "nl-NL",
            "display": "Dutch (Region=Netherlands)"
          }
        ]
      },
      "preferred": true
    }
  ],
  "generalPractitioner": [
    {
      "reference": "Practitioner/1"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/2",
    "display": "Burgers UMC Cardiology unit"
  }
}