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

FHIR IG analytics

Packagesurescripts.specialty
Resource TypePatient
IdSRxDataResponseExampleAcceleratorPatient.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "3b054051-0de8-4a1e-be72-84113b1650be",
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ],
        "text": "Medical Record Number"
      },
      "system": "urn:oid:1.2.36.146.595.217.0.1",
      "value": "12345",
      "assigner": {
        "display": "Acme Healthcare"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Ramanujan",
      "given": [
        "Srinivasa",
        "Aiyangar"
      ],
      "prefix": [
        "Mr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "myemail@yahoo.com",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "8005551212",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "5555551212",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1981-12-03",
  "address": [
    {
      "type": "postal",
      "line": [
        "2234 My Street",
        "No. 2234"
      ],
      "city": "Beaverton",
      "state": "OR",
      "postalCode": "97008",
      "country": "US"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en"
          }
        ]
      }
    }
  ]
}