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

FHIR IG analytics

Packagejohnmoehrke.correction.example
Resource TypePatient
IdPatient-ex-patient-2.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 ex-patient-2

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

Janie Smith (no stated gender), DoB Unknown ( http://example.org/mrn#MRN-002)


Other Id:http://example.org/ssn/666-99-9999
Contact Detail123 Main St Anytown NY 12345

Source1

{
  "resourceType": "Patient",
  "id": "ex-patient-2",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/mrn",
      "value": "MRN-002"
    },
    {
      "system": "http://example.org/ssn",
      "value": "666-99-9999"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Smith",
      "given": [
        "Janie"
      ]
    }
  ],
  "address": [
    {
      "line": [
        "123 Main St"
      ],
      "city": "Anytown",
      "state": "NY",
      "postalCode": "12345"
    }
  ]
}