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

FHIR IG analytics

Packagehl7.fhir.us.covid19library
Resource TypePatient
IdPatient-patient-anyperson-mary.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

Mary Anyperson female, DoB: 1966-01-11 ( Medical record number: MR456327 (USUAL))


Source1

{
  "resourceType": "Patient",
  "id": "patient-anyperson-mary",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "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": "http://acmehospital.exampleEHR.org",
      "value": "MR456327"
    }
  ],
  "name": [
    {
      "family": "Anyperson",
      "given": [
        "Mary"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1966-01-11",
  "address": [
    {
      "line": [
        "1234 Center St."
      ],
      "city": "Hometown",
      "state": "Denial",
      "country": "United States"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "555-555-5555",
          "use": "mobile"
        },
        {
          "system": "email",
          "value": "example@example.com"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en-US"
          }
        ],
        "text": "English"
      }
    }
  ]
}