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

FHIR IG analytics

Packagehl7.fhir.us.medication-rems
Resource TypePatient
IdPatient-example-patient-123.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 example-patient-123

August Samuels Male, DoB: 1989-03-12 ( http://example.org/patient-id#123)


Contact Detail10023 Oakways Ln MA 01742

Source1

{
  "resourceType": "Patient",
  "id": "example-patient-123",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/patient-id",
      "value": "123"
    }
  ],
  "name": [
    {
      "family": "Samuels",
      "given": [
        "August"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1989-03-12",
  "address": [
    {
      "line": [
        "10023 Oakways Ln"
      ],
      "state": "MA",
      "postalCode": "01742"
    }
  ]
}