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

FHIR IG analytics

Packagehl7.fhir.us.pdmp
Resource TypePatient
IdPatient-pdmp-patient-3.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 pdmp-patient-3

Thomas Samuels Male, DoB: 1989-03-12 ( Medical Record Number: 28-145-2249)


Contact Detail10023 Oakways Ln #23 MA 01742

Source1

{
  "resourceType": "Patient",
  "id": "pdmp-patient-3",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://Highview.org/EHR/patient/mrn",
      "value": "28-145-2249"
    }
  ],
  "name": [
    {
      "family": "Samuels",
      "given": [
        "Thomas"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1989-03-12",
  "address": [
    {
      "line": [
        "10023 Oakways Ln #23"
      ],
      "state": "MA",
      "postalCode": "01742"
    }
  ]
}