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

FHIR IG analytics

Packagehl7.fhir.us.specialty-rx
Resource TypePatient
IdPatient-specialty-rx-patient-1.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

Timothy V. Doe male, DoB: 1987-02-20 ( id: 1234)


Active:true
Contact Details:
Language:English (Region=United States)

Source1

{
  "resourceType": "Patient",
  "id": "specialty-rx-patient-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/patient-id",
      "value": "1234"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Doe",
      "given": [
        "Timothy",
        "V."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "home"
    },
    {
      "system": "email",
      "value": "tim.doe@example.com"
    }
  ],
  "gender": "male",
  "birthDate": "1987-02-20",
  "address": [
    {
      "line": [
        "2224 Century Ave"
      ],
      "city": "Minnetonka",
      "state": "MN",
      "postalCode": "55345",
      "country": "US"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en-US",
            "display": "English (Region=United States)"
          }
        ]
      }
    }
  ]
}