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

FHIR IG analytics

Packageufp.core
Resource TypePatient
IdPatient-example-duplicate-2.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

Name:Burnham, Michael
Gender:Female
Rank:n/a
Assignment:U.S.S. Discovery
Source: http://memory-alpha.wikia.com

Source1

{
  "resourceType": "Patient",
  "meta": {
    "profile": [
      "http://fhir.ufp/StructureDefinition/patient-ufp"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.ufp/StructureDefinition/species",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.ufp/CodeSystem/species",
            "code": "HU"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.ufp/NamingSystem/ufp-citizen-id",
      "value": "9973264355"
    },
    {
      "system": "http://starfleet-hospital.ufp/NamingSystem/patient-identifier",
      "value": "NCC-1032"
    }
  ],
  "name": [
    {
      "family": "Burnham",
      "given": [
        "Michael"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49 (0)12345 - 123456",
      "use": "home"
    }
  ],
  "birthDate": "2226-10-24",
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "Milchstrasse 42"
      ],
      "city": "Spöck",
      "postalCode": "76297",
      "country": "DE",
      "extension": [
        {
          "url": "http://fhir.ufp/StructureDefinition/planet",
          "valueString": "Earth"
        }
      ]
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "U"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "N"
            }
          ]
        }
      ],
      "name": {
        "text": "Sarek"
      },
      "telecom": [
        {
          "system": "email",
          "value": "sarek@vulcan-science-academy.vc"
        }
      ]
    }
  ]
}