FHIR IG analytics| Package | acme.cowboy.fsh |
| Resource Type | Patient |
| Id | Patient.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "Jane",
"meta": {
"profile": [
"http://example.org/StructureDefinition/Cowboy"
]
},
"extension": [
{
"url": "http://example.org/StructureDefinition/FavouriteCowboyHat",
"valueCoding": {
"code": "gus",
"system": "http://example.org/CodeSystem/CowboyHatTypes"
}
}
],
"name": [
{
"given": [
"Jane"
],
"family": "Doe"
}
]
}