Standardized Medication Profile (SMP) FHIR IG
1.0.0 - STU 1 United States of America flag

Standardized Medication Profile (SMP) FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smp-ig/ and changes regularly. See the Directory of published versions

: Example Patient - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "examplePatient",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient examplePatient</b></p><a name=\"examplePatient\"> </a><a name=\"hcexamplePatient\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Doe (official) Male, DoB: 1960-01-01 ( http://hospital.example.com/mrn#12345)</p><hr/></div>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.example.com/mrn",
      "value" : "12345"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Doe",
      "given" : [
        "John"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1960-01-01"
}