FHIR IG analytics| Package | acme.minneapolis.cowboy |
| Resource Type | Patient |
| Id | Patient-JohnWayne.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}