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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypePatient
IdPatient-CarlFrederickson.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 CarlFrederickson

Carl Frederickson Male, DoB: 1950-04-22


Marital Status:Married
Emergency Contact:
  • Ellie Frederickson

Source1

{
  "resourceType": "Patient",
  "id": "CarlFrederickson",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "family": "Frederickson",
      "given": [
        "Carl"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1950-04-22",
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        }
      ],
      "name": {
        "family": "Frederickson",
        "given": [
          "Ellie"
        ]
      }
    }
  ]
}