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

FHIR IG analytics

Packagehl7.fhir.uv.vulcan-rwd
Resource TypePatient
IdPatient-RWDPatient.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

Sample Patient male, DoB: 1970-11-27 ( id: 1233567)


Active:true

Source1

{
  "resourceType": "Patient",
  "id": "RWDPatient",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/patient-identifiers",
      "value": "1233567"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Patient",
      "given": [
        "Sample"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1970-11-27"
}