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

FHIR IG analytics

Packageacme.minneapolis.cowboy
Resource TypePatient
IdPatient-JohnWayne.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": "JohnWayne",
  "meta": {
    "profile": [
      "https://fake-acme.org/fhir/MinneapolisCowboy/StructureDefinition/Cowboy"
    ]
  },
  "name": [
    {
      "given": [
        "John"
      ],
      "family": "Wayne"
    }
  ],
  "extension": [
    {
      "valueCoding": {
        "code": "gambler",
        "display": "Gambler",
        "system": "https://fake-acme.org/fhir/MinneapolisCowboy/CodeSystem/CowboyHatTypesCS"
      },
      "url": "https://fake-acme.org/fhir/MinneapolisCowboy/StructureDefinition/FavoriteCowboyHat"
    }
  ],
  "identifier": [
    {
      "value": "123456",
      "system": "https://fake-acme.org/fhir/MinneapolisCowboy/IdentifierSystem/CowboyID"
    }
  ],
  "gender": "male"
}