Skip to content

Commit

Permalink
Create Patient-example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rockphotog committed Dec 19, 2024
1 parent 5741975 commit c7db897
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions mal/input/examples/Patient-example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"resourceType": "Patient",
"id": "example",
"meta": {
"profile": [
"http://hl7.no/fhir/StructureDefinition/mal-Patient"
]
},
"identifier": [
{
"use": "usual",
"system": "http://hospital.smarthealthit.org",
"value": "12345"
}
],
"name": [
{
"use": "official",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1974-12-25"
}

0 comments on commit c7db897

Please sign in to comment.