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

FHIR IG analytics

Packageufp.core
Resource TypePatient
IdPatient-example.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:Kirk, James T.
Gender:male
Rank:Admiral
Assignment:Starfleet Headquarters
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/sfsid",
      "value": "SC937-0176CEC"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Kirk",
      "given": [
        "James",
        "T."
      ],
      "prefix": [
        "Admiral"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2233-03-22",
  "address": [
    {
      "use": "old",
      "type": "both",
      "line": [
        "42 Pioneer St."
      ],
      "city": "Riverside",
      "postalCode": "52327",
      "state": "Iowa",
      "country": "USA"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/MaritalStatus",
        "code": "P"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v2/0131",
              "code": "N"
            }
          ]
        }
      ],
      "name": {
        "given": [
          "Spock"
        ]
      },
      "telecom": [
        {
          "system": "email",
          "value": "spock@starfleet.ufp"
        }
      ]
    }
  ]
}