YamlGen
  • Scope package:hl7.fhir.r4.core@4.0.1
  • Readonly
  • readonly

If you Log in or sign up, you can edit this script yourself.

Patient
{
"resourceType": "Patient",
"id": "2",
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M"
}
]
}
}
<Patient xmlns="http://hl7.org/fhir">
<id value="2" />
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" />
<code value="M" />
</coding>
</maritalStatus>
</Patient>