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

FHIR IG analytics

Packagehl7.fhir.uv.fhircast.r4b
Resource TypePatient
IdPatient-503824b8-fe8c-4227-b061-7181ba6c3926.json
FHIR VersionR4B

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

John Smith (Official) male, DoB: 1978-11-03 ( Medical record number/4438001 (use: official))



Source1

{
  "resourceType": "Patient",
  "id": "503824b8-fe8c-4227-b061-7181ba6c3926",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-patient-open"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.19.5",
      "value": "4438001",
      "assigner": {
        "reference": "Organization/a92ac1be-fb34-49c1-be58-10928bd271cc",
        "display": "My Healthcare Provider"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Smith",
      "given": [
        "John"
      ],
      "prefix": [
        "Dr."
      ],
      "suffix": [
        "Jr.",
        "M.D."
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1978-11-03"
}