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

FHIR IG analytics

Packageacme.dallas.cowboy
Resource TypePatient
IdPatient-PatientExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "PatientExample",
  "meta": {
    "profile": [
      "https://fake-acme.org/fhir/dallas-cowboy/StructureDefinition/Cowboy"
    ]
  },
  "name": [
    {
      "given": [
        "John",
        "B."
      ],
      "family": "Anyperson"
    }
  ],
  "extension": [
    {
      "url": "https://fake-acme.org/fhir/dallas-cowboy/StructureDefinition/FavoriteCowboyHat",
      "valueCode": "gambler"
    }
  ],
  "identifier": [
    {
      "system": "http://acme.org/mrns",
      "value": "12345"
    }
  ],
  "gender": "female"
}