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

FHIR IG analytics

Packagefhir.giis
Resource TypePatient
IdPatient-ExampleGiispatient.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 ExampleGiispatient

Profile: GIISPatient

George Dylan Denver Male, DoB: 1996-12-13 ( http://www.giisidentifier.org/ID/SystemID#16399288)


Contact Detail
Next-of-Kin:
Links:
CommunityDalton E Tucker
VillageLocation Saint's George
Patient record creatorPractitioner Dylan Carpenter
BirthplaceHospital
Patient notesPatient has allergy to ibuprofen

Source1

{
  "resourceType": "Patient",
  "id": "ExampleGiispatient",
  "meta": {
    "profile": [
      "https://paho.org/fhir/giis/StructureDefinition/GIISPatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://paho.org/fhir/giis/StructureDefinition/giis-village",
      "valueReference": {
        "reference": "Location/ExampleVillage"
      }
    },
    {
      "url": "https://paho.org/fhir/giis/StructureDefinition/giis-birthplace",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://paho.org/fhir/giis/CodeSystem/BirthplaceCS",
            "code": "2",
            "display": "Hospital"
          }
        ]
      }
    },
    {
      "url": "https://paho.org/fhir/giis/StructureDefinition/giis-community",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://paho.org/fhir/giis/CodeSystem/CommunityCS",
            "code": "3"
          }
        ]
      }
    },
    {
      "url": "https://paho.org/fhir/giis/StructureDefinition/giis-patnotes",
      "valueString": "Patient has allergy to ibuprofen"
    },
    {
      "url": "https://paho.org/fhir/giis/StructureDefinition/giis-recordcreator",
      "valueReference": {
        "reference": "Practitioner/ExamplePractitioner"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://www.giisidentifier.org/ID/SystemID",
      "value": "16399288"
    }
  ],
  "name": [
    {
      "family": "Denver",
      "given": [
        "George",
        "Dylan"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "1235413",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "2341234",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "example@email.com",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1996-12-13",
  "address": [
    {
      "line": [
        "25405 Gibson Lakes"
      ]
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "N"
            }
          ]
        }
      ],
      "name": {
        "text": "Miranda Denver"
      },
      "telecom": [
        {
          "system": "email",
          "value": "mirdenver@email.com"
        }
      ]
    }
  ],
  "managingOrganization": {
    "reference": "Organization/ExampleHealthfacility"
  }
}