Intelisoft FHIR TRAINING IG
0.1.0 - ci-build

Intelisoft FHIR TRAINING IG - Local Development build (v0.1.0). See the Directory of published versions

: Example fhir-training Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "329f09da-0fc9-419d-9575-ace68954426A",
  "meta" : {
    "profile" : [
      "https://intellisoft-consulting.github.io/FHIR-training-ig-template/StructureDefinition/fhir-training-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>moses Mutesa </b> female, DoB: 1988-03-02 ( id: NA121212)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http/fhir-trining/patient",
      "value" : "NA121212"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Mutesa",
      "given" : [
        "moses"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1988-03-02"
}